DBA Data[Home] [Help]

APPS.PA_PROJECTS_MAINT_PVT dependencies on FND_FUNCTION

Line 4911: -- Getting X_functional_security_flag through fnd_function_test function

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

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

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