DBA Data[Home] [Help]

APPS.PA_PROJECT_PARTIES_UTILS dependencies on PA_ROLE_UTILS

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

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