DBA Data[Home] [Help]

APPS.IGF_GR_GEN_XML dependencies on IGF_GR_RFMS_PKG

Line 1860: igf_gr_rfms_pkg.update_row ( x_rowid => rfms_rec.row_id,

1856: IF NVL(rfms_rec.orig_action_code,'*') = 'R' THEN
1857: rfms_rec.orig_action_code := 'S';
1858: END IF;
1859:
1860: igf_gr_rfms_pkg.update_row ( x_rowid => rfms_rec.row_id,
1861: x_origination_id => rfms_rec.origination_id,
1862: x_ci_cal_type => rfms_rec.ci_cal_type,
1863: x_ci_sequence_number => rfms_rec.ci_sequence_number,
1864: x_base_id => rfms_rec.base_id,