DBA Data[Home] [Help]

APPS.CSI_COUNTER_READINGS_PVT dependencies on CSI_TRANSACTIONS_S

Line 794: select CSI_TRANSACTIONS_S.nextval

790: IF p_txn_rec.transaction_id IS NULL OR
791: p_txn_rec.transaction_id = FND_API.G_MISS_NUM THEN
792: l_process_flag := TRUE;
793: WHILE l_process_flag LOOP
794: select CSI_TRANSACTIONS_S.nextval
795: into p_txn_rec.transaction_id from dual;
796: IF NOT csi_counter_readings_pvt.Transaction_ID_Exists(p_txn_rec.transaction_id) THEN
797: l_process_flag := FALSE;
798: END IF;