DBA Data[Home] [Help]

APPS.PA_PROJECT_PUB dependencies on FND_FUNCTION

Line 11837: IF (fnd_function.test('PA_PAXPREPR_UPDATE_ORG') = TRUE) THEN

11833:
11834: -- Code Added for the bug#1968394
11835: -- Test the function security for Org changes
11836: --
11837: IF (fnd_function.test('PA_PAXPREPR_UPDATE_ORG') = TRUE) THEN
11838: l_org_func_security := 'Y';
11839: ELSE
11840: l_org_func_security := 'N';
11841: END IF;