DBA Data[Home] [Help]

APPS.IGS_FI_SS_ACCT_PAYMENT dependencies on STANDARD

Line 42: --schodava 7-Jan-2003 Bug # 2662124. SQLs using literals is against performance standards.

38: --smadathi 28-MAY-2003 Bug 2849142. Modified procedure finp_calc_fees_todo
39: --shtatiko 09-APR-2003 Enh# 2831554, modified procedure create_cc_credit
40: --vchappid 14-Mar-2003 Bug#2849142,In procedure finp_calc_fees_todo, Only one error message has to be shown
41: -- to the user when any error occurs.
42: --schodava 7-Jan-2003 Bug # 2662124. SQLs using literals is against performance standards.
43: -- Modified cursor c_credit_inst_cd to use cursor parameters.
44: --vvutukur 13-Dec-2002 Enh#2584741.Modified procedures create_cc_credit,update_cc_credit.
45: --vchappid 02-Dec-2002 Enh#2584986, NOCOPY is manually added for x_return_status parameter in procedure update_cc_credit
46: --vvutukur 15-Nov-2002 Enh#2584986.Modified procedures finp_decline_Optional_fee,create_cc_credit,

Line 152: schodava 7-Jan-2003 Bug # 2662124. SQLs using literals is against performance standards.

148: pathipat 04-Jun-2003 Enh 2831584 - SS Enhancements Build
149: Added 2 new out parameters x_Credit_number, x_transaction_date
150: shtatiko 09-APR-2003 Enh# 2831554, Replaced the call to Public Credits API with call with
151: Private API with validation level as G_VALID_LEVEL_NONE
152: schodava 7-Jan-2003 Bug # 2662124. SQLs using literals is against performance standards.
153: Modified cursor c_credit_inst_cd to use cursor parameters.
154: vvutukur 13-Dec-2002 Enh#2584741.Deposits Build.Modified the call to credits api to remove p_validation_level
155: parameter and add 3 new parameters p_v_check_number,p_v_source_tran_type,p_v_source_tran_ref_number.
156: vvutukur 15-Nov-2002 Enh#2584986.Modified the call to credits api to pass sysdate to the parameter

Line 877: -- gscc warning in order to comply with 9i standards.

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;
880: l_n_rpt_ld_ci_sequence_number igs_pe_std_todo_ref.ci_sequence_number%TYPE;
881: l_c_fee_cal_type igs_fi_f_typ_ca_inst.fee_cal_type%TYPE;