A.NEW_FORM B.OPEN_FORM C.CALL_FORM D.CLOSE_FORM
A.The data entered into the called form is logically independent of the data entered in the calling form. B.The called form requires different privileges than the calling form. C.The called form must execute as a different user than the calling form. D.The calling form must be able to query data in the called form before it is saved.
A.To pass data to a pop-up menu. B.To populate a base table block. C.To pass data to other form modules. D.To pass data to other Oracle products. E.To dynamically construct SELECT statements. F.To server as the source for a FROM clause query.