DBA Data[Home] [Help]

APPS.PAY_SA_UPGRADE dependencies on FND_PROFILE

Line 242: if FND_PROFILE.VALUE('PER_LOCAL_NATIONALITY') is null then

238: --
239: --
240: -- Check to see if the nationality profile is set.
241: --
242: if FND_PROFILE.VALUE('PER_LOCAL_NATIONALITY') is null then
243: FND_MESSAGE.SET_NAME('PAY', 'HR_374812_SA_LOC_NAT_NOT_DEF');
244: FND_FILE.PUT_LINE(FND_FILE.LOG, FND_MESSAGE.GET);
245: RAISE_APPLICATION_ERROR(-20001, SQLERRM);
246: end if;