DBA Data[Home] [Help]

APPS.IGF_SP_CREATE_BASE_REC dependencies on IGF_AP_FA_BASE_REC_PKG

Line 100: -- igf_ap_fa_base_rec_pkg.update_row

96: --bvisvana 31-Aug-2005 FA 157 - Bug # 4382371 - Dynamic person Id Inclusion.
97: -- Removed the normal cursor c_person_id and made it as REF CURSOR
98: --rasahoo 17-NOV-2003 FA 128 - ISIR update 2004-05
99: -- added new parameter award_fmly_contribution_type to
100: -- igf_ap_fa_base_rec_pkg.update_row
101: --vvutukur 18-Jul-2003 Enh#3038511.FICR106 Build. Added call to generic procedure
102: -- igs_fi_crdapi_util.get_award_year_status to validate Award Year Status.
103: --shtatiko 25-MAR-2003 Bug# 2772277, Added parameter logging for PERSON, NAME, STATUS and REASON
104: -- Removed write_log_file and write_log_file_head.

Line 451: igf_ap_fa_base_rec_pkg.insert_row (

447: END IF;
448:
449: END IF;
450:
451: igf_ap_fa_base_rec_pkg.insert_row (
452: X_ROWID => l_rowid ,
453: X_BASE_ID => l_base_id ,
454: X_CI_CAL_TYPE => p_cal_type ,
455: X_PERSON_ID => p_person_id ,