DBA Data[Home] [Help]

APPS.WMS_TASK_LOAD dependencies on WMS_TXNRSN_ACTIONS_PUB

Line 6550: wms_txnrsn_actions_pub.process_exceptions

6546: IF p_discrepancies IS NOT NULL
6547: THEN
6548: l_progress := '300';
6549: IF (l_debug = 1) THEN mydebug ('l_progress: ' || l_progress ); END IF;
6550: wms_txnrsn_actions_pub.process_exceptions
6551: ( p_organization_id => p_organization_id
6552: ,p_employee_id => p_person_id
6553: ,p_effective_start_date => p_effective_start_date
6554: ,p_effective_end_date => p_effective_end_date

Line 6580: wms_txnrsn_actions_pub.cleanup_task

6576: -- it should be called only for qty exceptions where picked quantity < suggested quantity
6577: -- and not for overpicked qty
6578: l_progress := '400';
6579: IF (l_debug = 1) THEN mydebug ('l_progress: ' || l_progress ); END IF;
6580: wms_txnrsn_actions_pub.cleanup_task
6581: ( p_temp_id => p_temp_id
6582: , p_qty_rsn_id => l_qty_rsn_id
6583: , p_user_id => p_user_id
6584: , p_employee_id => p_person_id