DBA Data[Home] [Help]

APPS.IGF_GR_LI_IMPORT dependencies on IGF_GR_RFMS_DISB_PKG

Line 632: igf_gr_rfms_disb_pkg.delete_row(lc_get_pell_disb.row_id);

628: IF (FND_LOG.LEVEL_STATEMENT >= g_debug_runtime_level) THEN
629: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,'igf.plsql.igf_gr_li_import.delete_existing_pell_rec.debug', ' Deleting Pell Disb : ' || lc_get_pell_disb.rfmd_id);
630: END IF;
631:
632: igf_gr_rfms_disb_pkg.delete_row(lc_get_pell_disb.row_id);
633: END LOOP;
634:
635: -- Delete Pell Origination Record
636: igf_gr_rfms_pkg.delete_row(lc_chk_pell_orig.row_id);

Line 781: igf_gr_rfms_disb_pkg.insert_row(

777:
778: -- Create Pell Origination Record in the production table
779: l_row_id := NULL;
780: l_rfmd_id := NULL;
781: igf_gr_rfms_disb_pkg.insert_row(
782: x_mode => 'R',
783: x_rowid => l_row_id,
784: x_rfmd_id => l_rfmd_id,
785: x_origination_id => p_pell_disb_int.origination_id_txt,

Line 2347: igf_gr_rfms_disb_pkg.insert_row(

2343:
2344: -- Create Pell Origination Record in the production table
2345: l_row_id := NULL;
2346: l_rfmd_id := NULL;
2347: igf_gr_rfms_disb_pkg.insert_row(
2348: x_mode => 'R',
2349: x_rowid => l_row_id,
2350: x_rfmd_id => l_rfmd_id,
2351: x_origination_id => p_pell_orig_int.origination_id_txt,