DBA Data[Home] [Help]

APPS.PA_PROJECT_PUB dependencies on FND_FUNCTION

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

11515:
11516: -- Code Added for the bug#1968394
11517: -- Test the function security for Org changes
11518: --
11519: IF (fnd_function.test('PA_PAXPREPR_UPDATE_ORG') = TRUE) THEN
11520: l_org_func_security := 'Y';
11521: ELSE
11522: l_org_func_security := 'N';
11523: END IF;