You created a page that includes a form based on a Table along with associated Report. When
you click the “Create” button in the report page, the form appears. You observe that you are
unable to view P2_SALARY item. How do you make sure that you can view and enter a value
through this form?
A.
Do nothing. The Create Form wizard assumes that a sequence, trigger, or both will populate
the primary key of the form. It therefore has to remain as a hidden item.
B.
Change the type of P2_SALARY to display only.
C.
Change the type of P2_SALARY to text.
D.
Change the type of P2_SALARY to text and add a computation to populate the item.
Explanation:
A text field most be used to allow the user to enter data.