DBA Data[Home] [Help]

APPS.PA_TASK_UTILS dependencies on OKE_DELIVERABLE_UTILS_PUB

Line 2123: l_ship_exists := OKE_DELIVERABLE_UTILS_PUB.Task_Used_In_Wsh(

2119: --Check (2)
2120: -- Check for Existence of transactions through initiated shipping transactions,initiated procurement transactions
2121:
2122: x_err_stage := 'Check for initiated shipping transactions for ' ||x_task_id ;
2123: l_ship_exists := OKE_DELIVERABLE_UTILS_PUB.Task_Used_In_Wsh(
2124: P_Task_ID => x_task_id
2125: ) ;
2126: IF (l_ship_exists = 'Y') THEN
2127: x_err_code := 260 ;

Line 2133: l_proc_exists :=OKE_DELIVERABLE_UTILS_PUB.Task_Used_In_Req(

2129: return;
2130: END IF ;
2131:
2132: x_err_stage := 'Check for initiated procurement transactions for ' ||x_task_id ;
2133: l_proc_exists :=OKE_DELIVERABLE_UTILS_PUB.Task_Used_In_Req(
2134: P_Task_ID => x_task_id
2135: ) ;
2136: IF (l_proc_exists = 'Y') THEN
2137: x_err_code := 270 ;