DBA Data[Home] [Help]

APPS.PA_MU_BATCHES_V_PKG dependencies on FND_FUNCTION

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

707:
708: --
709: -- Test the function security for Org changes
710: --
711: IF (fnd_function.test('PA_PAXPREPR_UPDATE_ORG') = TRUE) THEN
712: l_org_func_security := 'Y';
713: ELSE
714: l_org_func_security := 'N';
715: END IF;