DBA Data[Home] [Help]

APPS.IGS_FI_GL_INTERFACE dependencies on IGS_AD_APPL

Line 18: vvutukur 11-Dec-2003 Bug#3310756.Modified procedures transfer_credit,igs_ad_appl.

14: Modified functions get_crd_cat, get_inv_cat, get_app_cat, validate_parm
15: and procedures transfer_credit, transfer_app for this build.
16: svuppala 30-MAY-2005 Enh 3442712 - Done the TBH modifications by adding
17: new columns Unit_Type_Id, Unit_Level in igs_fi_invln_int_all
18: vvutukur 11-Dec-2003 Bug#3310756.Modified procedures transfer_credit,igs_ad_appl.
19: shtatiko 18-NOV-2003 Enh# 3256915, modified get_crd_cat and get_app_cat
20: vvutukur 09-Oct-2003 Bug#3160036. Modified procedure transfer_admapp.
21: pathipat 14-Jun-2003 Enh 2831587 - Credit Card Fund Transfer build
22: Modified transfer_admapp() - modified call to igs_ad_app_req_pkg.update_row()

Line 900: igs_ad_appl appl

896: CURSOR cur_adm(cp_gl_date_start DATE,
897: cp_gl_date_end DATE) IS
898: SELECT fee.*, fee.rowid row_id, appl.application_id
899: FROM igs_ad_app_req fee,
900: igs_ad_appl appl
901: WHERE appl.person_id = fee.person_id
902: AND appl.admission_appl_number = fee.admission_appl_number
903: AND fee.gl_date IS NOT NULL
904: AND fee.posting_control_id IS NULL