DBA Data[Home] [Help]

APPS.IGS_AD_APP_REQ_PKG dependencies on IGS_AD_GEN_015

Line 177: IF NVL(igs_ad_gen_015.g_chk_ad_app_req,'N') = 'N' THEN -- If this package is called from the igs_ad_gen_015.create_enrollment_deposit then

173: l_message_name fnd_new_messages.message_name%TYPE;
174:
175: BEGIN
176:
177: IF NVL(igs_ad_gen_015.g_chk_ad_app_req,'N') = 'N' THEN -- If this package is called from the igs_ad_gen_015.create_enrollment_deposit then
178: -- no validations will be performed.-- rghosh (bug#2901627)
179:
180: OPEN cur_ent_dpt_upd(new_references.applicant_fee_status);
181: FETCH cur_ent_dpt_upd INTO l_fee_status;

Line 266: END IF; -- igs_ad_gen_015.g_chk_ad_app_req

262: igs_ge_msg_stack.add;
263: app_exception.raise_exception;
264: END IF;
265: END IF; -- p_updating, p_inserting
266: END IF; -- igs_ad_gen_015.g_chk_ad_app_req
267: END beforerowinsertupdate1;
268:
269: PROCEDURE Check_Constraints (
270: Column_Name IN VARCHAR2 ,