Correct Answer: B
Explanation/Reference:
Explanation:
Task flows are used to configure the navigation path between different windows in Oracle HRMS.
1. Every Form ii defined as a Taskflow Node (e.g. Person Screen, Assignment Screen, Contacts Screen, Phones Screen) (Navigation : Security > Task Flow Node).
2. Then you define the Task Flow definition, in which you mention to which all forms can be navigated from a form (e.g. To which all forms (contracts, phones, assignment) you can navigate from the Person screen).
Since each screen is defined as task flow node, the task flow definition will have the source form as one task flow node and each form to which it can navigate as destination node (Navigation : Security > Task flow Definition). You can mark few forms as buttons so that they appear as buttons in the form and other comes in Others list.
3. This taskflow Definition is passed as a parameter to the Form Function (here the Form function defined for Combined Person and Assignment Form).
So in this scenario the following applies:
1. Need not define the Task flow nodes as they are predefined.
2. Need to define new task flow definition removing the unrequired forms from navigation path.
3. Pass the new Task flow definition to your form function.