DBA Data[Home] [Help]

APPS.AHL_OSP_SHIPMENT_PUB dependencies on CSI_T_TXN_DETAILS_GRP

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

5346: END IF;
5347:
5348:
5349: IF (FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
5350: FND_LOG.STRING(FND_LOG.LEVEL_EVENT, L_DEBUG_KEY, 'About to call csi_t_txn_details_grp.create_transaction_dtls.');
5351: END IF;
5352: csi_t_txn_details_grp.create_transaction_dtls(
5353: p_api_version => 1.0,
5354: p_commit => p_commit,

Line 5352: csi_t_txn_details_grp.create_transaction_dtls(

5348:
5349: IF (FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
5350: FND_LOG.STRING(FND_LOG.LEVEL_EVENT, L_DEBUG_KEY, 'About to call csi_t_txn_details_grp.create_transaction_dtls.');
5351: END IF;
5352: csi_t_txn_details_grp.create_transaction_dtls(
5353: p_api_version => 1.0,
5354: p_commit => p_commit,
5355: -- Changed by jaramana on January 14, 2008 for the Requisition ER 6034236
5356: p_init_msg_list => FND_API.G_FALSE, --p_init_msg_list,

Line 5371: 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);

5367: x_msg_data => x_msg_data);
5368:
5369:
5370: IF (FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
5371: 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);
5372: END IF;
5373: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
5374: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, L_DEBUG_KEY || '.end', 'Exiting Procedure');
5375: END IF;

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

5415:
5416: IF (l_transaction_line_id IS NOT NULL) THEN
5417:
5418: IF (FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
5419: FND_LOG.STRING(FND_LOG.LEVEL_EVENT, L_DEBUG_KEY, 'About to call csi_t_txn_details_grp.delete_transaction_dtls.');
5420: END IF;
5421:
5422: csi_t_txn_details_grp.delete_transaction_dtls
5423: ( p_api_version => 1.0,

Line 5422: csi_t_txn_details_grp.delete_transaction_dtls

5418: IF (FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
5419: FND_LOG.STRING(FND_LOG.LEVEL_EVENT, L_DEBUG_KEY, 'About to call csi_t_txn_details_grp.delete_transaction_dtls.');
5420: END IF;
5421:
5422: csi_t_txn_details_grp.delete_transaction_dtls
5423: ( p_api_version => 1.0,
5424: p_commit => p_commit,
5425: -- Changed by jaramana on January 14, 2008 for the Requisition ER 6034236
5426: p_init_msg_list => FND_API.G_FALSE,--p_init_msg_list,

Line 5434: 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);

5430: x_msg_count => x_msg_count,
5431: x_msg_data => x_msg_data);
5432:
5433: IF (FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
5434: 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);
5435: END IF;
5436:
5437: END IF;
5438: