DBA Data[Home] [Help]

APPS.PA_PROJECT_PARTIES_UTILS dependencies on PA_ROLE_UTILS

Line 369: x_sch_flag := pa_role_utils.get_schedulable_flag(p_role_id => p_project_role_id);

365: x_sch_flag VARCHAR2(1) := 'N';
366: BEGIN
367:
368: pa_debug.set_err_stack('Validate_scheduled_allowed');
369: x_sch_flag := pa_role_utils.get_schedulable_flag(p_role_id => p_project_role_id);
370:
371: pa_debug.reset_err_stack;
372:
373: RETURN x_sch_flag;