DBA Data[Home] [Help]

APPS.IGF_AP_LI_BASE_REC_IMPORT dependencies on IGF_AP_FA_BASE_REC_PKG

Line 46: || igf_ap_fa_base_rec_pkg.update_row call

42: || asbala 19-nov-2003 3026594: FA128 - ISIR Federal Updates 04- 05,
43: || modified signature of igf_ap_isir_matched_pkg
44: || ugummall 25-SEP-2003 FA 126 Multiple FA Offices
45: || added new parameter assoc_org_num to
46: || igf_ap_fa_base_rec_pkg.update_row call
47: || and added the same to cursor c_baseid_exists
48: || (reverse chronological order - newest change first)
49: */
50: l_proc_item_str VARCHAR2(50) := NULL;

Line 521: igf_ap_fa_base_rec_pkg.update_row(

517: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
518: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_ap_li_base_rec_import.main.debug','l_create_flag:FALSE');
519: END IF;
520: -- update the fa base record
521: igf_ap_fa_base_rec_pkg.update_row(
522: x_Mode => 'R' ,
523: x_rowid => l_baseid_exists.row_id ,
524: x_base_id => l_baseid_exists.base_id ,
525: x_ci_cal_type => l_baseid_exists.ci_cal_type ,

Line 664: igf_ap_fa_base_rec_pkg.insert_row(

660: END IF;
661: END IF;
662:
663: IF l_create_base_rec THEN
664: igf_ap_fa_base_rec_pkg.insert_row(
665: x_Mode => 'R' ,
666: x_rowid => l_row_id ,
667: x_base_id => l_base_id ,
668: x_ci_cal_type => l_cal_type ,