DBA Data[Home] [Help]

TRIGGER: APPS.FEM_RSN_CLOSED_DL

Source

Description
FEM_RSN_CLOSED_DL
instead of delete on FEM_RSN_CLOSED_VL
referencing old as FEM_RSN_CLOSED_B
for each row
Type
INSTEAD OF
Event
DELETE
Column
When
Referencing
REFERENCING NEW AS NEW OLD AS FEM_RSN_CLOSED_B
Body
begin
  FEM_RSN_CLOSED_PKG.DELETE_ROW(
    X_REASON_CLOSED_CODE => :FEM_RSN_CLOSED_B.REASON_CLOSED_CODE);
 ---
end DELETE_ROW;
 ---