DBA Data[Home] [Help]

APPS.OKS_BILLING_PUB dependencies on CS_COUNTER_VALUES

Line 648: from cs_counter_values, okc_k_items

644:
645:
646: Cursor get_counter_qty(p_cle_id Number, p_lock_read number) IS
647: select value_timestamp, counter_id
648: from cs_counter_values, okc_k_items
649: where cle_id = p_cle_id
650: and to_char(counter_id) = object1_id1
651: and counter_reading = p_lock_read;
652: