DBA Data[Home] [Help]

APPS.PA_PROJECT_PVT dependencies on FND_FUNCTION

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

6160:
6161: -- Code Added for the bug#1968394
6162: -- Test the function security for Org changes
6163: --
6164: IF (fnd_function.test('PA_PAXPREPR_UPDATE_ORG') = TRUE) THEN
6165: l_org_func_security := 'Y';
6166: ELSE
6167: l_org_func_security := 'N';
6168: END IF;