DBA Data[Home] [Help]

APPS.IGF_SL_DL_ORIG_ACK dependencies on IGF_SL_DL_BATCH_PKG

Line 313: igf_sl_dl_batch_pkg.insert_row (

309: END IF;
310:
311:
312: l_rowid := NULL;
313: igf_sl_dl_batch_pkg.insert_row (
314: x_mode => 'R',
315: x_rowid => l_rowid,
316: x_dbth_id => l_dbth_id,
317: x_batch_id => l_rec_batch_id,

Line 738: igf_sl_dl_batch_pkg.update_row (

734:
735: END IF; -- End of Condition for l_dl_loan_catg
736:
737: -- Update the DL_BATCH record as Successfully Uploaded.
738: igf_sl_dl_batch_pkg.update_row (
739: x_mode => 'R',
740: x_rowid => dbth_rec.row_id,
741: x_dbth_id => dbth_rec.dbth_id,
742: x_batch_id => dbth_rec.batch_id,