DBA Data[Home] [Help]

APPS.IGF_DB_SF_INTEGRATION dependencies on IGS_FI_CREDITS_API_PUB

Line 408: igs_fi_credits_api_pub.create_credit.Removed references to igs_fi_cur.Instead defaulted the

404: Non-mergablity due to igs_pe_person_v view and to reduce shared memory
405: vvutukur 13-Dec-2002 Enh#2584741.Deposits Build.Modified the call to credits api to remove p_validation_level
406: parameter and add 3 new parameters p_v_check_number,p_v_source_tran_type,p_v_source_tran_ref_number.
407: vvutukur 20-Nov-2002 Enh#2584986.Added new IN parameter p_d_gl_date.Passed p_d_gl_date to the call to
408: igs_fi_credits_api_pub.create_credit.Removed references to igs_fi_cur.Instead defaulted the
409: currency that is set up in System Options Form and passed the same to the call to
410: credits api. Also exchange rate is passed as 1.
411: jbegum 21-Sep-2002 Bug #2564643 Modified the cursor cur_desc to select only description column
412: and not the subaccount_id column from igs_fi_cr_types table.

Line 413: Also modified the call to igs_fi_credits_api_pub.create_credit.Removed the

409: currency that is set up in System Options Form and passed the same to the call to
410: credits api. Also exchange rate is passed as 1.
411: jbegum 21-Sep-2002 Bug #2564643 Modified the cursor cur_desc to select only description column
412: and not the subaccount_id column from igs_fi_cr_types table.
413: Also modified the call to igs_fi_credits_api_pub.create_credit.Removed the
414: parameter p_subaccount_id.
415: smadathi 10-JUL-2002 Bug 2450332. Call to igs_fi_credits_api_pub.create_credit modified to
416: pass current system date as effective date instead of disbursement date.
417: smadathi 03-Jun-2002 Bug 2349394. call to get_bill_desc function is made to get bill description

Line 415: smadathi 10-JUL-2002 Bug 2450332. Call to igs_fi_credits_api_pub.create_credit modified to

411: jbegum 21-Sep-2002 Bug #2564643 Modified the cursor cur_desc to select only description column
412: and not the subaccount_id column from igs_fi_cr_types table.
413: Also modified the call to igs_fi_credits_api_pub.create_credit.Removed the
414: parameter p_subaccount_id.
415: smadathi 10-JUL-2002 Bug 2450332. Call to igs_fi_credits_api_pub.create_credit modified to
416: pass current system date as effective date instead of disbursement date.
417: smadathi 03-Jun-2002 Bug 2349394. call to get_bill_desc function is made to get bill description
418: which is passed as parameter to credits API for all funds except sponsor.
419: vchappid 11-Feb-2002 Enh#2191470,Un-Commented reference to new parameters introduced in the Credits API

Line 439: l_attribute_rec igs_fi_credits_api_pub.attribute_rec_type;

435:
436: l_credit_activity_id igs_fi_cr_activities.credit_activity_id%TYPE;
437: l_msg_count NUMBER(2);
438: l_msg_data igf_db_awd_disb_dtl.error_desc%TYPE;
439: l_attribute_rec igs_fi_credits_api_pub.attribute_rec_type;
440: l_credit_num NUMBER;
441: l_person_id igs_pe_person_v.person_id%TYPE;
442: l_desc igs_fi_credits_all.description%TYPE;
443: l_amount igf_db_awd_disb_dtl.disb_net_amt%TYPE;