DBA Data[Home] [Help]

APPS.FEM_PURPOSES_DL dependencies on FEM_PURPOSES_PKG

Line 6: FEM_PURPOSES_PKG.DELETE_ROW(

2: instead of delete on FEM_PURPOSES_VL
3: referencing old as FEM_PURPOSES_B
4: for each row
5: begin
6: FEM_PURPOSES_PKG.DELETE_ROW(
7: X_PURPOSE_ID => :FEM_PURPOSES_B.PURPOSE_ID);
8: ---
9: end DELETE_ROW;
10: ---