DBA Data[Home] [Help]

APPS.CSI_INV_TRANSFER_PKG dependencies on CSI_INV_TRANSFER_PKG

Line 1: package body CSI_INV_TRANSFER_PKG as

1: package body CSI_INV_TRANSFER_PKG as
2: -- $Header: csiivttb.pls 120.4 2006/06/06 19:26:34 jpwilson noship $
3:
4: PROCEDURE debug(p_message IN varchar2) IS
5:

Line 20: l_api_name VARCHAR2(100) := 'CSI_INV_TRANSFER_PKG.SUBINV_TRANSFER';

16: x_trx_error_rec OUT NOCOPY CSI_DATASTRUCTURES_PUB.TRANSACTION_ERROR_REC)
17: IS
18:
19: l_mtl_item_tbl CSI_INV_TRXS_PKG.MTL_ITEM_TBL_TYPE;
20: l_api_name VARCHAR2(100) := 'CSI_INV_TRANSFER_PKG.SUBINV_TRANSFER';
21: l_api_version NUMBER := 1.0;
22: l_commit VARCHAR2(1) := FND_API.G_FALSE;
23: l_init_msg_list VARCHAR2(1) := FND_API.G_TRUE;
24: l_validation_level NUMBER := FND_API.G_VALID_LEVEL_FULL;

Line 139: debug('*****Start of csi_inv_transfer_pkg.subinv_transfer Transaction *****');

135:
136: x_return_status := l_fnd_success;
137: x_trx_error_rec.error_text := NULL;
138:
139: debug('*****Start of csi_inv_transfer_pkg.subinv_transfer Transaction *****');
140: debug('Start time: '||to_char(sysdate,'DD-MON-YYYY HH24:MI:SS'));
141: debug('csiivttb.pls 115.15');
142: debug('Transaction ID with is: '||p_transaction_id);
143:

Line 960: debug('*****End of csi_inv_transfer_pkg.subinv_transfer Transaction*****');

956: END IF; -- End of Serial Number If
957: END LOOP; -- End of For Loop
958:
959: debug('End time: '||to_char(sysdate,'DD-MON-YYYY HH24:MI:SS'));
960: debug('*****End of csi_inv_transfer_pkg.subinv_transfer Transaction*****');
961:
962: EXCEPTION
963: WHEN fnd_api.g_exc_error THEN
964: debug('You have encountered a "fnd_api.g_exc_error" exception');

Line 1022: END csi_inv_transfer_pkg;

1018: x_trx_error_rec.error_stage := csi_inv_trxs_pkg.g_ib_update;
1019:
1020: END subinv_transfer;
1021:
1022: END csi_inv_transfer_pkg;