DBA Data[Home] [Help]

APPS.WMS_TASK_LOAD dependencies on WMS_TXNRSN_ACTIONS_PUB

Line 7884: wms_txnrsn_actions_pub.process_exceptions

7880: IF p_discrepancies IS NOT NULL
7881: THEN
7882: l_progress := '300';
7883: IF (l_debug = 1) THEN mydebug ('l_progress: ' || l_progress ); END IF;
7884: wms_txnrsn_actions_pub.process_exceptions
7885: ( p_organization_id => p_organization_id
7886: ,p_employee_id => p_person_id
7887: ,p_effective_start_date => p_effective_start_date
7888: ,p_effective_end_date => p_effective_end_date

Line 7914: wms_txnrsn_actions_pub.cleanup_task

7910: -- it should be called only for qty exceptions where picked quantity < suggested quantity
7911: -- and not for overpicked qty
7912: l_progress := '400';
7913: IF (l_debug = 1) THEN mydebug ('l_progress: ' || l_progress ); END IF;
7914: wms_txnrsn_actions_pub.cleanup_task
7915: ( p_temp_id => p_temp_id
7916: , p_qty_rsn_id => l_qty_rsn_id
7917: , p_user_id => p_user_id
7918: , p_employee_id => p_person_id