DBA Data[Home] [Help]

APPS.WSH_PROCESS_INTERFACED_PKG dependencies on WSH_TRANSACTIONS_UTIL

Line 255: IF WSH_TRANSACTIONS_UTIL.branch_cms_tpw_flow

251: -- it. This happens when the cacellation is in progress,
252: -- but the user override the cancellation by processing
253: -- the SA from the message correction form.
254:
255: IF WSH_TRANSACTIONS_UTIL.branch_cms_tpw_flow
256: (
257: p_event_key => l_trns_history_rec.event_key
258: )
259: THEN --{

Line 263: WSH_TRANSACTIONS_UTIL.Check_cancellation_inprogress(

259: THEN --{
260: OPEN c_get_cancel_record(l_trns_history_rec.entity_number);
261: FETCH c_get_cancel_record INTO l_cancel_hist_record;
262: IF c_get_cancel_record%FOUND THEN --{
263: WSH_TRANSACTIONS_UTIL.Check_cancellation_inprogress(
264: p_delivery_name => l_cancel_hist_record.entity_number, x_cancellation_in_progress => l_cancellation_in_progress,
265: x_return_status => l_return_status
266: );
267: IF l_cancellation_in_progress THEN