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.8.12010000.3 2008/10/08 10:27:19 pbonthu ship $ */
3:
4: -- TASK status IN WDT
5: l_g_task_loaded CONSTANT NUMBER := 4;

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

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

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

3999: x_msg_count => x_msg_count,
4000: x_msg_data => x_msg_data,
4001: p_org_id => l_rec.organization_id ,
4002: p_rsn_id => l_rec.reason_id,
4003: p_calling_program => 'wms_device_confirmation_pub.device_confirmation',
4004: p_tmp_id => l_txn_temp_id,
4005: p_quantity_picked => l_rec.transaction_quantity
4006: );
4007:

Line 4456: END wms_device_confirmation_pub;

4452:
4453: END device_confirmation;
4454:
4455:
4456: END wms_device_confirmation_pub;
4457: