DBA Data[Home] [Help]

APPS.GMO_INSTR_INSTANCE_DL dependencies on GMO_INSTR_INSTANCE_PKG

Line 8: GMO_INSTR_INSTANCE_PKG.DELETE_ROW(

4: instead of delete on GMO_INSTR_INSTANCE_VL
5: referencing old as GMO_INSTR_INSTANCE_B
6: for each row
7: begin
8: GMO_INSTR_INSTANCE_PKG.DELETE_ROW(
9: X_INSTRUCTION_ID => :GMO_INSTR_INSTANCE_B.INSTRUCTION_ID);
10: end DELETE_ROW;