DBA Data[Home] [Help]

APPS.IGS_AD_APPL_PKG dependencies on FND_PROFILE

Line 276: IF FND_PROFILE.VALUE('OSS_COUNTRY_CODE') = 'GB' AND (old_references.choice_number <> new_references.choice_number) THEN

272: END IF;
273: --
274: -- Cannot update the Choice Number for UK Profile.
275: --
276: IF FND_PROFILE.VALUE('OSS_COUNTRY_CODE') = 'GB' AND (old_references.choice_number <> new_references.choice_number) THEN
277: FND_MESSAGE.SET_NAME('IGS','IGS_AD_UPD_CH_NUM');
278: IGS_GE_MSG_STACK.ADD;
279: APP_EXCEPTION.RAISE_EXCEPTION;
280: END IF;

Line 284: IF FND_PROFILE.VALUE('OSS_COUNTRY_CODE') = 'GB' AND (old_references.alt_appl_id <> new_references.alt_appl_id) THEN

280: END IF;
281: --
282: -- Cannot update the Choice Number for Alternate Application ID for UK Profile.
283: --
284: IF FND_PROFILE.VALUE('OSS_COUNTRY_CODE') = 'GB' AND (old_references.alt_appl_id <> new_references.alt_appl_id) THEN
285: FND_MESSAGE.SET_NAME('IGS','IGS_AD_UPD_ALT_APPL_ID');
286: IGS_GE_MSG_STACK.ADD;
287: APP_EXCEPTION.RAISE_EXCEPTION;
288: END IF;