DBA Data[Home] [Help]

APPS.PA_TASK_PROG_ACTSET dependencies on PA_PROJECT_UTILS

Line 233: if PA_PROJECT_UTILS.check_prj_stus_action_allowed

229: ,x_Msg => 'in PA_TASK_PROG_ACTSET.action_allowed_for_status'
230: ,x_Log_Level => 6);
231:
232: --l_project_status := 'APPROVED'; --mwxx REMOVE!!!
233: if PA_PROJECT_UTILS.check_prj_stus_action_allowed
234: (p_project_status,'PA_TASK_PROGRESS') <> 'Y' then
235: PA_DEBUG.RESET_ERR_STACK;
236: return FALSE;
237: --return TRUE; --mwx REMOVE!!