DBA Data[Home] [Help]

APPS.PA_PROJECT_PVT dependencies on FND_FUNCTION

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

5868:
5869: -- Code Added for the bug#1968394
5870: -- Test the function security for Org changes
5871: --
5872: IF (fnd_function.test('PA_PAXPREPR_UPDATE_ORG') = TRUE) THEN
5873: l_org_func_security := 'Y';
5874: ELSE
5875: l_org_func_security := 'N';
5876: END IF;