DBA Data[Home] [Help]

TRIGGER: APPS.CR_RSRC_MST_DL

Source

Description
CR_RSRC_MST_DL
instead of delete on CR_RSRC_MST_VL
referencing old as CR_RSRC_MST
for each row
Type
INSTEAD OF
Event
DELETE
Column
When
Referencing
REFERENCING NEW AS NEW OLD AS CR_RSRC_MST
Body
begin
  CR_RSRC_MST_PKG.DELETE_ROW(
    X_RESOURCES => :CR_RSRC_MST.RESOURCES);
end DELETE_ROW;