DBA Data[Home] [Help]

APPS.PA_PROJECT_STUS_UTILS dependencies on FND_FUNCTION

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

184:
185: -- Code Added for the bug#1968394
186: -- Test the function security for Org changes
187: --
188: IF (fnd_function.test('PA_PAXPREPR_UPDATE_ORG') = TRUE) THEN
189: l_org_func_security := 'Y';
190: ELSE
191: l_org_func_security := 'N';
192: END IF;