DBA Data[Home] [Help]

APPS.IGS_AD_GEN_015 dependencies on IGS_AD_GEN_015

Line 1: PACKAGE BODY igs_ad_gen_015 AS

1: PACKAGE BODY igs_ad_gen_015 AS
2: /* $Header: IGSADC4B.pls 120.1 2005/09/30 04:52:44 appldev ship $ */
3: /******************************************************************
4: Created By: Navin Sinha
5: Date Created By: 07-Oct-2002

Line 169: igs_ad_gen_015.g_chk_ad_app_req := 'Y'; -- Based on the value of this variable , some of the validation wont be perform in igs_ad_app_req_pkg(bug#2901627 -- rghosh)

165: , l_fee_payment_method -- CHECK
166: , l_pay_mthd_code_id -- Return value: CODE_ID
167: );
168:
169: igs_ad_gen_015.g_chk_ad_app_req := 'Y'; -- Based on the value of this variable , some of the validation wont be perform in igs_ad_app_req_pkg(bug#2901627 -- rghosh)
170:
171: -- Create an fee payment record in the AD table
172: igs_ad_app_req_pkg.insert_row (
173: X_Mode => 'R',

Line 200: igs_ad_gen_015.g_chk_ad_app_req := 'N';

196: x_credit_card_payee_cd => NULL,
197: x_credit_card_status_code => NULL
198: );
199:
200: igs_ad_gen_015.g_chk_ad_app_req := 'N';
201:
202: -- Call the Admissions Tracking Item Completion job if a record with "Paid" Fee status is successfully created.
203: IF l_paid_record_created AND l_rowid IS NOT NULL THEN
204: -- Call Job Igs_ad_ti_comp.upd_trk_itm_st (Admissions Tracking Item Completion job)

Line 429: igs_ad_gen_015.g_chk_ad_app_req := 'Y'; -- Based on the value of this variable , some of the validation wont be perform in igs_ad_app_req_pkg(bug#2901627 -- rghosh)

425: (reverse chronological order - newest change first)
426: ***************************************************************/
427:
428: BEGIN
429: igs_ad_gen_015.g_chk_ad_app_req := 'Y'; -- Based on the value of this variable , some of the validation wont be perform in igs_ad_app_req_pkg(bug#2901627 -- rghosh)
430:
431: -- Update the fee payment record in the AD table
432: igs_ad_app_req_pkg.update_row (
433: x_rowid => p_rowid,

Line 460: igs_ad_gen_015.g_chk_ad_app_req := 'N';

456: x_credit_card_status_code => p_credit_card_status_code,
457: x_mode => p_mode
458: );
459:
460: igs_ad_gen_015.g_chk_ad_app_req := 'N';
461: END update_igs_ad_app_req;
462:
463: END igs_ad_gen_015;

Line 463: END igs_ad_gen_015;

459:
460: igs_ad_gen_015.g_chk_ad_app_req := 'N';
461: END update_igs_ad_app_req;
462:
463: END igs_ad_gen_015;