DBA Data[Home] [Help]

APPS.WSH_PROCESS_INTERFACED_PKG dependencies on WSH_TRANSACTIONS_UTIL

Line 326: IF WSH_TRANSACTIONS_UTIL.branch_cms_tpw_flow

322: -- it. This happens when the cacellation is in progress,
323: -- but the user override the cancellation by processing
324: -- the SA from the message correction form.
325:
326: IF WSH_TRANSACTIONS_UTIL.branch_cms_tpw_flow
327: (
328: p_event_key => l_trns_history_rec.event_key
329: )
330: THEN --{

Line 334: WSH_TRANSACTIONS_UTIL.Check_cancellation_inprogress(

330: THEN --{
331: OPEN c_get_cancel_record(l_trns_history_rec.entity_number);
332: FETCH c_get_cancel_record INTO l_cancel_hist_record;
333: IF c_get_cancel_record%FOUND THEN --{
334: WSH_TRANSACTIONS_UTIL.Check_cancellation_inprogress(
335: p_delivery_name => l_cancel_hist_record.entity_number, x_cancellation_in_progress => l_cancellation_in_progress,
336: x_return_status => l_return_status
337: );
338: IF l_cancellation_in_progress THEN