nerdexam
Oracle

1Z0-419 · Question #68

Consider a bounded task flow input parameter called employeeld of type oracle jbo.domain.Number. When defining the parameter in the bounded task flow, if you do not define a value (destination) for…

The correct answer is C. #{pageFlowScope employeeld}. For example, the page might specify #{pageFlowScope.empno} as a page parameter and a bounded task flow might specify #{pageFlowScope.employeeID} as the value of an input parameter definition. The from-value on the view activity input page parameter would be…

Database Performance Tuning Concepts

Question

Consider a bounded task flow input parameter called employeeld of type oracle jbo.domain.Number. When defining the parameter in the bounded task flow, if you do not define a value (destination) for the parameter, where does it get written to? (Choose the best answer.)

Options

  • A#(employeeld)
  • B#{employee.employeeld}
  • C#{pageFlowScope employeeld}
  • D#{pageFlowScope employee employeeld)
  • E#{backingBeanScope employeeld)
  • F#{backingBeanScope employee.employeeld)

How the community answered

(42 responses)
  • A
    14% (6)
  • B
    7% (3)
  • C
    74% (31)
  • E
    2% (1)
  • F
    2% (1)

Explanation

For example, the page might specify #{pageFlowScope.empno} as a page parameter and a bounded task flow might specify #{pageFlowScope.employeeID} as the value of an input parameter definition. The from-value on the view activity input page parameter would be #{pageFlowScope.employeeID} and the to-value would be #{pageFlowScope.empno}. This enables reuse of both the page definition and bounded task flow because you don't have to redefine parameters for every context in which each is used. https://docs.oracle.com/cd/E23943_01/web.1111/b31974/taskflows_parameters.htm#ADFFD198

Topics

#task flow#pageFlowScope#input parameters#bounded task flow

Community Discussion

No community discussion yet for this question.

Full 1Z0-419 Practice