DBA Data[Home] [Help]

APPS.IGS_FI_CHARGES_API_PVT dependencies on IGS_FI_CREDIT_PVT

Line 27: -- parameter value as 2.1 to the igs_fi_credit_pvt.create_credit call

23: --svuppala 07-JUL-2005 Enh 3392095 - Tution Waivers build
24: -- Modified HEADER_REC_TYPE -- included waiver_name.
25: -- Modified create_charge
26: --pmarada 26-JUL-2005 Enh 3392095, modifed as per tution waiver build, passing p_api_version
27: -- parameter value as 2.1 to the igs_fi_credit_pvt.create_credit call
28: -- svuppala 9-JUN-2005 Enh 4213629 - Impact of automatic generation of the Receipt Number
29: -- changed logic for l_v_credit_number in procedure proc_neg_chg.
30: --gurprsin 03-Jun-2005 Enh# 3442712 Modified call to igs_fi_prc_acct_pkg.build_accounts and igs_fi_invln_int_pkg.insert_row methods.
31: -- svuppala 05-APR-2005 Bug# "4240402" Additional fix done as part of Time Zone impact

Line 682: parameter value as 2.1 to the igs_fi_credit_pvt.create_credit call

678: Who When What
679: gurprsin 13-Sep-2005 Bug 3627209, Modified existing logic as to return the new message in case if there is no credit type defined
680: for negative charge adjustment credit class.
681: pmarada 26-JUL-2005 Enh 3392095, modifed as per tution waiver build, passing p_api_version
682: parameter value as 2.1 to the igs_fi_credit_pvt.create_credit call
683: svuppala 9-JUN-2005 Enh 3442712 - Impact of automatic generation of the Receipt Number
684: changed logic for l_v_credit_number
685: pathipat 30-Sep-2004 Bug 3908040 - Removed condition checking for Manage Accounts = 'Other' since application/unapplication
686: would hereafter be allowed even if Manage Accounts = Other.

Line 774: l_credit_rec igs_fi_credit_pvt.credit_rec_type;

770: l_ret_status VARCHAR2(1);
771: l_msg_count NUMBER(3);
772: l_msg_data VARCHAR2(2000);
773: l_application_id igs_fi_applications.application_id%TYPE;
774: l_credit_rec igs_fi_credit_pvt.credit_rec_type;
775:
776: l_v_ld_cal_type igs_ca_inst.cal_type%TYPE;
777: l_n_ld_ci_sequence_number igs_ca_inst.sequence_number%TYPE;
778: l_b_return_status BOOLEAN;

Line 987: igs_fi_credit_pvt.create_credit( p_api_version => 2.1,

983: l_credit_rec.p_batch_name := NULL;
984: l_credit_rec.p_deposit_date := NULL;
985:
986: --Create a credit by calling the Private Credits API with p_validation_level as fnd_api.g_valid_level_none.
987: igs_fi_credit_pvt.create_credit( p_api_version => 2.1,
988: p_init_msg_list => fnd_api.g_false,
989: p_commit => fnd_api.g_false,
990: p_validation_level => fnd_api.g_valid_level_none,
991: x_return_status => l_ret_status,