DBA Data[Home] [Help]

APPS.IGS_FI_DEPOSITS_PRCSS dependencies on IGS_FI_CRDAPI_UTIL

Line 786: -- procedure igs_fi_crdapi_util.validate_dep_crtype,which serves the same purpose of validating the payment credit type.

782: --vvutukur 16-Jun-2003 Enh#2831582.Lockbox Build.Modified update_row TBH call to credits table to add 3 new columns
783: -- lockbox_interface_id,batch_name,deposit_date.
784: --schodava 11-Jun-03 Enh # 2831587. Modified the Credits table insert_row, update_row calls
785: --vvutukur 09-Apr-2003 Enh#2831554.Internal Credits API Build. Removed cursor cur_pay_credit_type and its usage,instead called a generic
786: -- procedure igs_fi_crdapi_util.validate_dep_crtype,which serves the same purpose of validating the payment credit type.
787: -------------------------------------------------------------------
788: CURSOR cur_fi_credits (cp_credit_id NUMBER ) IS
789: SELECT cre.rowid,cre.*
790: FROM igs_fi_credits cre

Line 858: igs_fi_crdapi_util.validate_dep_crtype( p_n_credit_type_id => l_cur_fi_credits.credit_type_id,

854: END IF;
855: CLOSE cur_fi_credits;
856:
857: --Validate the payment credit type.
858: igs_fi_crdapi_util.validate_dep_crtype( p_n_credit_type_id => l_cur_fi_credits.credit_type_id,
859: p_n_pay_credit_type_id => l_n_pay_credit_type_id,
860: p_b_return_stat => l_b_return_status
861: );
862: