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.12020000.2 2012/07/04 10:26:15 sjawaji ship $
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 961: debug('*****End of csi_inv_transfer_pkg.subinv_transfer Transaction*****');

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

Line 1023: END csi_inv_transfer_pkg;

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