APPS.PA_PROJECT_CORE1 dependencies on FND_FUNCTION
Line 869: IF (fnd_function.test('PA_PAXPREPR_UPDATE_ORG') = TRUE) THEN
865:
866: -- Code Added for the bug#1968394
867: -- Test the function security for Org changes
868: -- 869: IF (fnd_function.test('PA_PAXPREPR_UPDATE_ORG') = TRUE) THEN 870: l_org_func_security := 'Y';
871: ELSE
872: l_org_func_security := 'N';
873: END IF;