DBA Data[Home] [Help]

APPS.IGF_SL_DL_LI_IMP_PKG dependencies on IGF_SL_DL_PNOTE_P_P_PKG

Line 2448: igf_sl_dl_pnote_p_p_pkg.insert_row(

2444: lv_s_legal_res_date := student_dtl_rec.p_legal_res_date;
2445: lv_s_legal_res_state := student_dtl_rec.p_state_of_legal_res;
2446: --Code added for bug 3603289 end
2447:
2448: igf_sl_dl_pnote_p_p_pkg.insert_row(
2449: x_mode => 'R',
2450: x_rowid => ln_rowid,
2451: x_pnpp_id => ln_pnpp_id,
2452: x_batch_seq_num => ln_dbth_id ,

Line 2923: igf_sl_dl_pnote_p_p_pkg.delete_row(X_ROWID => l_pnote.rowid);

2919:
2920: BEGIN
2921:
2922: FOR l_pnote IN c_pnote(p_loan_id) LOOP
2923: igf_sl_dl_pnote_p_p_pkg.delete_row(X_ROWID => l_pnote.rowid);
2924: END LOOP;
2925:
2926: FOR l_pnote_hist IN c_pnote_hist(p_loan_id) LOOP
2927: igf_sl_pnote_stat_h_pkg.delete_row(X_ROWID => l_pnote_hist.rowid);