DBA Data[Home] [Help]

APPS.IGF_GR_LI_IMPORT dependencies on IGF_GR_RFMS_BATCH_PKG

Line 717: igf_gr_rfms_batch_pkg.insert_row(

713:
714: -- Create Pell Batch Record
715: l_row_id := NULL;
716: l_rfmb_id := -1;
717: igf_gr_rfms_batch_pkg.insert_row(
718: x_rowid => l_row_id,
719: x_rfmb_id => l_rfmb_id,
720: x_batch_id => p_pell_disb_int.disburse_batch_id_txt,
721: x_data_rec_length => 100,

Line 1252: igf_gr_rfms_batch_pkg.insert_row(

1248:
1249: -- Create Pell Batch Record
1250: l_row_id := NULL;
1251: l_rfmb_id := -1;
1252: igf_gr_rfms_batch_pkg.insert_row(
1253: x_rowid => l_row_id,
1254: x_rfmb_id => l_rfmb_id,
1255: x_batch_id => p_pell_orig_int.orig_send_batch_id_txt,
1256: x_data_rec_length => 300,