DBA Data[Home] [Help]

APPS.IGF_SL_CL_ORIG_ACK dependencies on IGF_SL_CL_BATCH_PKG

Line 456: igf_sl_cl_batch_pkg.insert_row (

452: FETCH cur_batch INTO rec_cur_batch;
453: IF cur_batch%NOTFOUND THEN
454: gv_debug_str := gv_debug_str || 'CL_LOAD_FILE - 9' ||' ';
455: l_row_id := NULL;
456: igf_sl_cl_batch_pkg.insert_row (
457: x_mode => 'R',
458: x_rowid => l_row_id,
459: x_cbth_id => g_cbth_id, -- generated by sequence
460: x_batch_id => g_loaded_batch_id,

Line 489: igf_sl_cl_batch_pkg.update_row (

485: l_n_cbth_id := rec_cur_batch.cbth_id;
486: l_row_id := rec_cur_batch.row_id ;
487: l_batch_id := rec_cur_batch.batch_id;
488: g_cbth_id := l_n_cbth_id;
489: igf_sl_cl_batch_pkg.update_row (
490: x_mode => 'R',
491: x_rowid => l_row_id,
492: x_cbth_id => l_n_cbth_id,
493: x_batch_id => g_loaded_batch_id,