DBA Data[Home] [Help]

APPS.PA_TASK_UTILS dependencies on PA_OTC_API

Line 842: PA_OTC_API.ProjectTaskUsed ('TASK', x_task_id, l_OTL_timecard_exists);

838:
839: -- Check if task has an OTL timecard entered against it or not
840: x_err_stage := 'Check if task has an OTL timecard entered against it or not ,task_id = '|| x_task_id;
841:
842: PA_OTC_API.ProjectTaskUsed ('TASK', x_task_id, l_OTL_timecard_exists);
843:
844: if ( l_OTL_timecard_exists ) then
845: x_err_code := 193;
846: x_err_stage := 'PA_TSK_OTL_TIMECARD_EXIST';

Line 2005: PA_OTC_API.ProjectTaskUsed( p_search_attribute => 'TASK',

2001: -- Finished checking if project contract is installed.
2002: --Ansari
2003: --Check to see if the task has been used in OTL--Added by Ansari
2004: x_err_stage := 'Check OTL task exception';
2005: PA_OTC_API.ProjectTaskUsed( p_search_attribute => 'TASK',
2006: p_search_value => x_task_id,
2007: x_used => x_used_in_OTL );
2008: --If exists in OTL
2009: IF x_used_in_OTL