DBA Data[Home] [Help]

APPS.IGF_GR_GEN dependencies on IGF_GR_RFMS_BATCH_PKG

Line 684: igf_gr_rfms_batch_pkg.insert_row (

680:
681:
682: l_rowid := NULL;
683:
684: igf_gr_rfms_batch_pkg.insert_row (
685: x_rowid => l_rowid,
686: x_rfmb_id => p_rfmb_id,
687: x_batch_id => p_batch_id,
688: x_data_rec_length => ln_data_rec_len,

Line 931: igf_gr_rfms_batch_pkg.update_row (

927: CLOSE cur_rfms_batch;
928: RAISE batch_not_in_system;
929: END IF;
930:
931: igf_gr_rfms_batch_pkg.update_row (
932: x_rowid => rfms_batch_rec.row_id,
933: x_rfmb_id => rfms_batch_rec.rfmb_id,
934: x_batch_id => rfms_batch_rec.batch_id,
935: x_data_rec_length => rfms_batch_rec.data_rec_length,