DBA Data[Home] [Help]

APPS.PA_TASK_UTILS dependencies on OKE_DELIVERABLE_UTILS_PUB

Line 2335: l_ship_exists := OKE_DELIVERABLE_UTILS_PUB.Task_Used_In_Wsh(

2331: --Check (2)
2332: -- Check for Existence of transactions through initiated shipping transactions,initiated procurement transactions
2333:
2334: x_err_stage := 'Check for initiated shipping transactions for ' ||x_task_id ;
2335: l_ship_exists := OKE_DELIVERABLE_UTILS_PUB.Task_Used_In_Wsh(
2336: P_Task_ID => x_task_id
2337: ) ;
2338: IF (l_ship_exists = 'Y') THEN
2339: x_err_code := 260 ;

Line 2345: l_proc_exists :=OKE_DELIVERABLE_UTILS_PUB.Task_Used_In_Req(

2341: return;
2342: END IF ;
2343:
2344: x_err_stage := 'Check for initiated procurement transactions for ' ||x_task_id ;
2345: l_proc_exists :=OKE_DELIVERABLE_UTILS_PUB.Task_Used_In_Req(
2346: P_Task_ID => x_task_id
2347: ) ;
2348: IF (l_proc_exists = 'Y') THEN
2349: x_err_code := 270 ;