DBA Data[Home] [Help]

TRIGGER: APPS.FEM_DIM_ATTR_VERSIONS_DL

Source

Description
FEM_DIM_ATTR_VERSIONS_DL
instead of delete on FEM_DIM_ATTR_VERSIONS_VL
referencing old as DIM_ATTR_VERSION
for each row
Type
INSTEAD OF
Event
DELETE
Column
When
Referencing
REFERENCING NEW AS NEW OLD AS DIM_ATTR_VERSION
Body
begin
  FEM_DIM_ATTR_VERSIONS_PKG.DELETE_ROW(
    X_VERSION_ID => :DIM_ATTR_VERSION.VERSION_ID);
 ---
end DELETE_ROW;
 ---