DBA Data[Home] [Help]

APPS.WMS_DEVICE_CONFIRMATION_PUB dependencies on WMS_DEVICE_CONFIRMATION_PUB

Line 1: PACKAGE BODY wms_device_confirmation_pub AS

1: PACKAGE BODY wms_device_confirmation_pub AS
2: /* $Header: WMSDEVCB.pls 120.16.12020000.4 2012/11/13 21:09:08 sahmahes ship $ */
3:
4: -- TASK status IN WDT
5: l_g_task_loaded CONSTANT NUMBER := 4;

Line 28: inv_trx_util_pub.trace(p_msg, 'WMS_DEVICE_CONFIRMATION_PUB', 9);

24: -----------------------------------------------------
25: PROCEDURE trace(p_msg IN VARCHAR2) IS
26: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
27: BEGIN
28: inv_trx_util_pub.trace(p_msg, 'WMS_DEVICE_CONFIRMATION_PUB', 9);
29: END trace;
30:
31:
32: --this api does not get called when p_transaction_quantity ==0

Line 4688: p_calling_program => 'wms_device_confirmation_pub.device_confirmation',

4684: x_msg_count => x_msg_count,
4685: x_msg_data => x_msg_data,
4686: p_org_id => l_rec.organization_id ,
4687: p_rsn_id => l_rec.reason_id,
4688: p_calling_program => 'wms_device_confirmation_pub.device_confirmation',
4689: p_tmp_id => l_new_txn_temp_id, -- 14028129
4690: p_quantity_picked => l_qty_diff , --l_rec.transaction_quantity -- 14028129
4691: p_dest_sub => l_sub_code,
4692: p_dest_loc => l_loc_id -- 14028129

Line 5185: END wms_device_confirmation_pub;

5181:
5182: END device_confirmation;
5183:
5184:
5185: END wms_device_confirmation_pub;
5186: