DBA Data[Home] [Help]

APPS.IGS_FI_SS_ACCT_PAYMENT dependencies on IGS_FI_PRC_FEE_ASS

Line 875: --smadathi 13-nov-2002 Added p_d_gl_date parameter to the call igs_fi_prc_fee_ass.finp_ins_enr_fee_ass

871: -- instead.
872: --knaraset 12-May-2003 Modified cursor c_igs_pe_std_todo_ref to select uoo_id
873: -- also added uoo_id in TBH call to todo_ref, as part of MUS build bug 2829262
874: --vchappid 14-Mar-2003 Bug#2849142, Only one error message has to be shown to the user when any error occurs.
875: --smadathi 13-nov-2002 Added p_d_gl_date parameter to the call igs_fi_prc_fee_ass.finp_ins_enr_fee_ass
876: --vvutukur 17-Sep-2002 Enh#2564643.Removed DEFAULT clause from parameter list to avoid
877: -- gscc warning in order to comply with 9i standards.
878: ------------------------------------------------------------------
879: l_c_rpt_ld_cal_type igs_pe_std_todo_ref.cal_type%TYPE;

Line 978: IF igs_fi_prc_fee_ass.finp_ins_enr_fee_ass

974: l_c_message_name := NULL;
975: BEGIN
976: -- calls the fee calc routine
977: -- This routine will commit internally as we are calling with Test Run parameter as N.
978: IF igs_fi_prc_fee_ass.finp_ins_enr_fee_ass
979: (
980: p_effective_dt => SYSDATE,
981: p_person_id => rec_c_igs_pe_std_todo_ref.person_id,
982: p_course_cd => NULL,

Line 1002: fnd_message.set_token('ALT_CD', igs_fi_prc_fee_ass.g_v_load_alt_code);

998: --will be added and shown on the SS page.
999: IF l_c_message_name <> 'IGS_FI_NO_SPA_FEE_CAT' THEN
1000: fnd_message.set_name('IGS', l_c_message_name);
1001: IF l_c_message_name = 'IGS_FI_NO_CENSUS_DT_SETUP' THEN
1002: fnd_message.set_token('ALT_CD', igs_fi_prc_fee_ass.g_v_load_alt_code);
1003: END IF;
1004: fnd_msg_pub.ADD;
1005: END IF;
1006: END IF;