DBA Data[Home] [Help]

APPS.CS_CTR_CAPTURE_READING_PUB dependencies on CSI_TRANSACTIONS

Line 507: from CSI_TRANSACTIONS

503: select transaction_type_id,source_header_ref_id,source_transaction_date
504: into l_txn_tbl(1).transaction_type_id,
505: l_txn_tbl(1).source_header_ref_id,
506: l_txn_tbl(1).source_transaction_date
507: from CSI_TRANSACTIONS
508: where transaction_id = p_counter_grp_log_id;
509: Exception
510: when no_data_found then
511: csi_ctr_gen_utility_pvt.put_line('Counter Group Log passed did not get into CSI_TRANSACTIONS..');

Line 511: csi_ctr_gen_utility_pvt.put_line('Counter Group Log passed did not get into CSI_TRANSACTIONS..');

507: from CSI_TRANSACTIONS
508: where transaction_id = p_counter_grp_log_id;
509: Exception
510: when no_data_found then
511: csi_ctr_gen_utility_pvt.put_line('Counter Group Log passed did not get into CSI_TRANSACTIONS..');
512: csi_ctr_gen_utility_pvt.ExitWithErrMsg
513: ( p_msg_name => 'CSI_INVALID_TXN_ID',
514: p_token1_name => 'transaction_id',
515: p_token1_val => to_char(p_counter_grp_log_id)

Line 850: -- Call Create_Reading Transaction to insert into CSI_TRANSACTIONS

846: l_txn_rec.ATTRIBUTE14 := p_CTR_GRP_LOG_Rec.ATTRIBUTE14;
847: l_txn_rec.ATTRIBUTE15 := p_CTR_GRP_LOG_Rec.ATTRIBUTE15;
848: l_txn_rec.CONTEXT := p_CTR_GRP_LOG_Rec.CONTEXT;
849: --
850: -- Call Create_Reading Transaction to insert into CSI_TRANSACTIONS
851: csi_ctr_gen_utility_pvt.put_line('Calling Create_Reading_Transaction...');
852: Csi_Counter_Readings_Pvt.Create_Reading_Transaction
853: ( p_api_version => 1.0
854: ,p_commit => fnd_api.g_false