DBA Data[Home] [Help]

APPS.PA_TASK_UTILS dependencies on PA_OTC_API

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

1035:
1036: -- Check if task has an OTL timecard entered against it or not
1037: x_err_stage := 'Check if task has an OTL timecard entered against it or not ,task_id = '|| x_task_id;
1038:
1039: PA_OTC_API.ProjectTaskUsed ('TASK', x_task_id, l_OTL_timecard_exists);
1040:
1041: if ( l_OTL_timecard_exists ) then
1042: x_err_code := 193;
1043: x_err_stage := 'PA_TSK_OTL_TIMECARD_EXIST';

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

2213: -- Finished checking if project contract is installed.
2214: --Ansari
2215: --Check to see if the task has been used in OTL--Added by Ansari
2216: x_err_stage := 'Check OTL task exception';
2217: PA_OTC_API.ProjectTaskUsed( p_search_attribute => 'TASK',
2218: p_search_value => x_task_id,
2219: x_used => x_used_in_OTL );
2220: --If exists in OTL
2221: IF x_used_in_OTL