DBA Data[Home] [Help]

APPS.CSF_DEBRIEF_PVT dependencies on CSI_COUNTER_ASSOCIATIONS

Line 3178: from csi_counter_associations cca,

3174:
3175: cursor c_counter is
3176: select max(ccv.value_timestamp),
3177: max(jtb.creation_date)
3178: from csi_counter_associations cca,
3179: cs_counter_values ccv,
3180: jtf_tasks_b jtb
3181: where cca.source_object_id = l_customer_product_id
3182: and cca.source_object_code = 'CP'