DBA Data[Home] [Help]

APPS.AHL_OSP_SHIPMENT_PUB dependencies on CSI_T_TXN_DETAILS_GRP

Line 5395: FND_LOG.STRING(FND_LOG.LEVEL_EVENT, L_DEBUG_KEY, 'About to call csi_t_txn_details_grp.create_transaction_dtls.');

5391: END IF;
5392:
5393:
5394: IF (FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
5395: FND_LOG.STRING(FND_LOG.LEVEL_EVENT, L_DEBUG_KEY, 'About to call csi_t_txn_details_grp.create_transaction_dtls.');
5396: END IF;
5397: csi_t_txn_details_grp.create_transaction_dtls(
5398: p_api_version => 1.0,
5399: p_commit => p_commit,

Line 5397: csi_t_txn_details_grp.create_transaction_dtls(

5393:
5394: IF (FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
5395: FND_LOG.STRING(FND_LOG.LEVEL_EVENT, L_DEBUG_KEY, 'About to call csi_t_txn_details_grp.create_transaction_dtls.');
5396: END IF;
5397: csi_t_txn_details_grp.create_transaction_dtls(
5398: p_api_version => 1.0,
5399: p_commit => p_commit,
5400: -- Changed by jaramana on January 14, 2008 for the Requisition ER 6034236
5401: p_init_msg_list => FND_API.G_FALSE, --p_init_msg_list,

Line 5416: FND_LOG.STRING(FND_LOG.LEVEL_EVENT, L_DEBUG_KEY, 'Returned from call to csi_t_txn_details_grp.create_transaction_dtls. x_return_status = ' || x_return_status);

5412: x_msg_data => x_msg_data);
5413:
5414:
5415: IF (FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
5416: FND_LOG.STRING(FND_LOG.LEVEL_EVENT, L_DEBUG_KEY, 'Returned from call to csi_t_txn_details_grp.create_transaction_dtls. x_return_status = ' || x_return_status);
5417: END IF;
5418: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
5419: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, L_DEBUG_KEY || '.end', 'Exiting Procedure');
5420: END IF;

Line 5464: FND_LOG.STRING(FND_LOG.LEVEL_EVENT, L_DEBUG_KEY, 'About to call csi_t_txn_details_grp.delete_transaction_dtls.');

5460:
5461: IF (l_transaction_line_id IS NOT NULL) THEN
5462:
5463: IF (FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
5464: FND_LOG.STRING(FND_LOG.LEVEL_EVENT, L_DEBUG_KEY, 'About to call csi_t_txn_details_grp.delete_transaction_dtls.');
5465: END IF;
5466:
5467: csi_t_txn_details_grp.delete_transaction_dtls
5468: ( p_api_version => 1.0,

Line 5467: csi_t_txn_details_grp.delete_transaction_dtls

5463: IF (FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
5464: FND_LOG.STRING(FND_LOG.LEVEL_EVENT, L_DEBUG_KEY, 'About to call csi_t_txn_details_grp.delete_transaction_dtls.');
5465: END IF;
5466:
5467: csi_t_txn_details_grp.delete_transaction_dtls
5468: ( p_api_version => 1.0,
5469: p_commit => p_commit,
5470: -- Changed by jaramana on January 14, 2008 for the Requisition ER 6034236
5471: p_init_msg_list => FND_API.G_FALSE,--p_init_msg_list,

Line 5479: FND_LOG.STRING(FND_LOG.LEVEL_EVENT, L_DEBUG_KEY, 'Returned from call to csi_t_txn_details_grp.delete_transaction_dtls. x_return_status = ' || x_return_status);

5475: x_msg_count => x_msg_count,
5476: x_msg_data => x_msg_data);
5477:
5478: IF (FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
5479: FND_LOG.STRING(FND_LOG.LEVEL_EVENT, L_DEBUG_KEY, 'Returned from call to csi_t_txn_details_grp.delete_transaction_dtls. x_return_status = ' || x_return_status);
5480: END IF;
5481:
5482: END IF;
5483: