DBA Data[Home] [Help]

APPS.IGF_SL_DL_CHG_ACK dependencies on IGF_SL_DL_BATCH_PKG

Line 236: igf_sl_dl_batch_pkg.insert_row (

232: END IF;
233:
234: l_rowid := NULL;
235: -- Insert the Batch Details into the igf_sl_dl_batch table.
236: igf_sl_dl_batch_pkg.insert_row (
237: x_mode => 'R',
238: x_rowid => l_rowid,
239: X_dbth_id => l_dbth_id,
240: X_batch_id => l_rec_batch_id,

Line 588: igf_sl_dl_batch_pkg.update_row (

584: END LOOP; -- End of igf_sl_dl_chg_resp table LOOP.
585:
586:
587: -- Update the DL_BATCH record as Successfully Uploaded.
588: igf_sl_dl_batch_pkg.update_row (
589: X_Mode => 'R',
590: x_rowid => dbth_rec.row_id,
591: x_dbth_id => dbth_rec.dbth_id,
592: x_batch_id => dbth_rec.batch_id,