DBA Data[Home] [Help]

APPS.IGS_AD_VAL_ACAI_FTR_OFFER dependencies on IGS_AD_APP_REQ

Line 17: Modified TBH call to igs_ad_app_req_pkg to include 3 new columns

13: Who When What
14: ravishar 5-Sep-2005 Bug:- 4506750 added two new parametrs to Future term job and
15: added to code to copy qualifying code details to new application
16: pathipat 17-Jun-2003 Enh 2831587 - FI210 Credit Card Fund Transfer build
17: Modified TBH call to igs_ad_app_req_pkg to include 3 new columns
18: rrengara 3-DEC-2002 Fix for the Bug 2631918
19: vvutukur 27-Nov-2002 Enh#2584986.GL Interface Build.Modifications done in function copy_child_records.
20: nshee 29-Aug-2002 Bug 2395510 added 6 columns as part of deferments build
21: RRENGARA 13-SEP-2002 Bug 2395510 added p_process parameter to call copy child records

Line 1208: Modified TBH call to igs_ad_app_req_pkg to include 3 new columns

1204:
1205: Change History: (who, when, what: )
1206: Who When What
1207: pathipat 17-Jun-2003 Enh 2831587 - FI210 Credit Card Fund Transfer build
1208: Modified TBH call to igs_ad_app_req_pkg to include 3 new columns
1209: vvutukur 27-Nov-2002 Enh#2584986.Modified cursor c_fee_cur and also tbh call to igs_ad_app_req_pkg.insert_row
1210: to include 11 new columns related to credit card details,accounting information and
1211: gl date.
1212: rrengara 30-oct-2002 Removed Academic Honros copying Bug 2647482

Line 1209: vvutukur 27-Nov-2002 Enh#2584986.Modified cursor c_fee_cur and also tbh call to igs_ad_app_req_pkg.insert_row

1205: Change History: (who, when, what: )
1206: Who When What
1207: pathipat 17-Jun-2003 Enh 2831587 - FI210 Credit Card Fund Transfer build
1208: Modified TBH call to igs_ad_app_req_pkg to include 3 new columns
1209: vvutukur 27-Nov-2002 Enh#2584986.Modified cursor c_fee_cur and also tbh call to igs_ad_app_req_pkg.insert_row
1210: to include 11 new columns related to credit card details,accounting information and
1211: gl date.
1212: rrengara 30-oct-2002 Removed Academic Honros copying Bug 2647482
1213: rrengara 13-sep-2002 Added p_process to the procedure. If p_process is 'D' then copy the fee details fee status as 'WAIVED'

Line 1437: igs_ad_app_req

1433: credit_card_tangible_cd,
1434: credit_card_payee_cd,
1435: credit_card_status_code
1436: FROM
1437: igs_ad_app_req
1438: WHERE
1439: person_id = cp_person_id AND
1440: admission_appl_number = cp_admission_appl_number;
1441:

Line 1640: l_waived_fee_status igs_ad_app_req.applicant_fee_status%TYPE;

1636: ---- Variable declarations-----------------------------------------------------------------------------
1637: l_primary_key NUMBER(15);
1638: l_rowid VARCHAR2(30);
1639: l_last_error VARCHAR2(100);
1640: l_waived_fee_status igs_ad_app_req.applicant_fee_status%TYPE;
1641:
1642: ------End variable declarations------------------------------------------------------------------------
1643:
1644: BEGIN

Line 1840: igs_ad_app_req_pkg.insert_row(

1836: ELSE
1837: l_waived_fee_status := c_fee_rec.applicant_fee_status;
1838: END IF;
1839:
1840: igs_ad_app_req_pkg.insert_row(
1841: x_rowid => l_rowid,
1842: x_app_req_id => l_primary_key,
1843: x_person_id => c_fee_rec.person_id,
1844: x_admission_appl_number => p_new_admission_appl_number,