DBA Data[Home] [Help]

APPS.PA_PROJECT_CORE1 dependencies on FND_FUNCTION

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

877:
878: -- Code Added for the bug#1968394
879: -- Test the function security for Org changes
880: --
881: IF (fnd_function.test('PA_PAXPREPR_UPDATE_ORG') = TRUE) THEN
882: l_org_func_security := 'Y';
883: ELSE
884: l_org_func_security := 'N';
885: END IF;