DBA Data[Home] [Help]

APPS.FEM_PAYMNT_HIST_DL dependencies on FEM_PAYMNT_HIST_PKG

Line 6: FEM_PAYMNT_HIST_PKG.DELETE_ROW(

2: instead of delete on FEM_PAYMNT_HIST_VL
3: referencing old as FEM_PAYMNT_HIST_B
4: for each row
5: begin
6: FEM_PAYMNT_HIST_PKG.DELETE_ROW(
7: X_PAYMENT_HISTORY_CODE => :FEM_PAYMNT_HIST_B.PAYMENT_HISTORY_CODE);
8: ---
9: end DELETE_ROW;
10: ---