DBA Data[Home] [Help]

APPS.PA_PROJECTS_MAINT_PVT dependencies on FND_FUNCTION

Line 4909: -- Getting X_functional_security_flag through fnd_function_test function

4905: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
4906: p_msg_name => 'PA_INVALID_ORG');
4907: END IF;
4908:
4909: -- Getting X_functional_security_flag through fnd_function_test function
4910:
4911: if fnd_function.test('PA_PAXPREPR_UPDATE_ORG') then
4912: function_flag := 'Y'; -- function returns TRUE
4913: else

Line 4911: if fnd_function.test('PA_PAXPREPR_UPDATE_ORG') then

4907: END IF;
4908:
4909: -- Getting X_functional_security_flag through fnd_function_test function
4910:
4911: if fnd_function.test('PA_PAXPREPR_UPDATE_ORG') then
4912: function_flag := 'Y'; -- function returns TRUE
4913: else
4914: function_flag := 'N'; -- function returns FALSE
4915: end if;