DBA Data[Home] [Help]

APPS.FEM_PLEDG_STAT_DL dependencies on FEM_PLEDG_STAT_PKG

Line 6: FEM_PLEDG_STAT_PKG.DELETE_ROW(

2: instead of delete on FEM_PLEDG_STAT_VL
3: referencing old as FEM_PLEDG_STAT_B
4: for each row
5: begin
6: FEM_PLEDG_STAT_PKG.DELETE_ROW(
7: X_PLEDGED_STATUS_ID => :FEM_PLEDG_STAT_B.PLEDGED_STATUS_ID);
8: ---
9: end DELETE_ROW;
10: ---