DBA Data[Home] [Help]

APPS.CS_CTR_CAPTURE_READING_PUB dependencies on CSI_TRANSACTIONS

Line 506: from CSI_TRANSACTIONS

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

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

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

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

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