DBA Data[Home] [Help]

APPS.ITG_ORGEFF_PVT dependencies on FND_PROFILE

Line 63: IF NVL(UPPER(FND_PROFILE.VALUE('ITG_ORG_EFFECTIVE')), 'N') <> 'Y' THEN

59: l_orgeff orgeff_csr%ROWTYPE;
60: BEGIN
61: /* Check if effectivity restrictions are globally enabled. */
62: /* TBD: add the site profile item ITG_ORG_EFFECTIVE ('Y'/'N'). */
63: IF NVL(UPPER(FND_PROFILE.VALUE('ITG_ORG_EFFECTIVE')), 'N') <> 'Y' THEN
64: ITG_Debug.msg('Effective: not profile enabled.');
65: RETURN TRUE;
66: END IF;
67: