DBA Data[Home] [Help]

APPS.IGF_GR_RFMS_ORIG dependencies on IGF_GR_RFMS_PKG

Line 129: igf_gr_rfms_pkg.update_row(

125: -- Update the RFMB_ID field in IGFGR004
126: --
127: BEGIN
128:
129: igf_gr_rfms_pkg.update_row(
130: x_rowid => p_rfms_rec.row_id,
131: x_origination_id => p_rfms_rec.origination_id,
132: x_ci_cal_type => p_rfms_rec.ci_cal_type,
133: x_ci_sequence_number => p_rfms_rec.ci_sequence_number,

Line 1273: igf_gr_rfms_pkg.update_row (

1269: --
1270:
1271: END IF;
1272: lp_count := lp_count + 1;
1273: igf_gr_rfms_pkg.update_row (
1274: x_rowid => get_pell_rec.row_id,
1275: x_origination_id => l_rfms.origination_id,
1276: x_ci_cal_type => l_rfms.ci_cal_type,
1277: x_ci_sequence_number => l_rfms.ci_sequence_number,