DBA Data[Home] [Help]

APPS.FEM_EXIST_BORWR_DL dependencies on FEM_EXIST_BORWR_PKG

Line 6: FEM_EXIST_BORWR_PKG.DELETE_ROW(

2: instead of delete on FEM_EXIST_BORWR_VL
3: referencing old as FEM_EXIST_BORWR_B
4: for each row
5: begin
6: FEM_EXIST_BORWR_PKG.DELETE_ROW(
7: X_EXIST_BORROWER_ID => :FEM_EXIST_BORWR_B.EXIST_BORROWER_ID);
8: ---
9: end DELETE_ROW;
10: ---