DBA Data[Home] [Help]

APPS.IGS_FI_PRC_WAIVERS dependencies on IGS_FI_PRC_WAIVERS

Line 1: PACKAGE BODY igs_fi_prc_waivers AS

1: PACKAGE BODY igs_fi_prc_waivers AS
2: /* $Header: IGSFI93B.pls 120.9 2006/05/04 07:40:13 abshriva noship $ */
3:
4: /******************************************************************
5: Created By : Amit Gairola

Line 991: p_pkg_name => 'igs.plsql.igs_fi_prc_waivers',

987: WHEN OTHERS THEN
988: ROLLBACK TO create_waivers_sp;
989: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
990: fnd_msg_pub.add_exc_msg(
991: p_pkg_name => 'igs.plsql.igs_fi_prc_waivers',
992: p_procedure_name => 'create_waivers'
993: );
994: END IF;
995: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 1184: fnd_log.string( fnd_log.level_statement, 'igs.plsql.igs_fi_prc_waivers.'||p_v_module, p_v_string);

1180: ------------------------------------------------------------------
1181: BEGIN
1182:
1183: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level) THEN
1184: fnd_log.string( fnd_log.level_statement, 'igs.plsql.igs_fi_prc_waivers.'||p_v_module, p_v_string);
1185: END IF;
1186: END log_to_fnd;
1187:
1188: PROCEDURE validate_params( p_n_person_id IN hz_parties.party_id%TYPE,

Line 1770: igs_fi_prc_waivers.create_waivers(p_n_person_id => l_rec_c_get_stdnt_wvr_assgn.person_id,

1766: ELSE
1767: l_v_process_mode := NULL;
1768: END IF;
1769: --create waivers
1770: igs_fi_prc_waivers.create_waivers(p_n_person_id => l_rec_c_get_stdnt_wvr_assgn.person_id,
1771: p_v_fee_type => l_rec_c_get_stdnt_wvr_assgn.target_fee_type,
1772: p_v_fee_cal_type => l_v_fee_cal_type,
1773: p_n_fee_ci_seq_number => l_n_fee_ci_seq_number,
1774: p_v_waiver_name => l_rec_c_get_stdnt_wvr_assgn.waiver_name,

Line 1845: igs_fi_prc_waivers.create_waivers(p_n_person_id => l_rec_c_get_stdnt_wvr_assgn.person_id,

1841: l_v_process_mode := NULL;
1842: END IF;
1843: --calling create waivers.
1844:
1845: igs_fi_prc_waivers.create_waivers(p_n_person_id => l_rec_c_get_stdnt_wvr_assgn.person_id,
1846: p_v_fee_type => l_rec_c_get_stdnt_wvr_assgn.target_fee_type,
1847: p_v_fee_cal_type => l_v_fee_cal_type,
1848: p_n_fee_ci_seq_number => l_n_fee_ci_seq_number,
1849: p_v_waiver_name => l_rec_c_get_stdnt_wvr_assgn.waiver_name,

Line 1911: END igs_fi_prc_waivers;

1907: errbuf := fnd_message.get_string('IGS','IGS_GE_UNHANDLED_EXCEPTION') || ' : ' || SQLERRM;
1908: igs_ge_msg_stack.conc_exception_hndl;
1909:
1910: END process_waivers;
1911: END igs_fi_prc_waivers;