DBA Data[Home] [Help]

APPS.OKS_CONTRACTS_PUB dependencies on CSI_COUNTER_ASSOCIATIONS

Line 2935: csi_counter_associations cca

2931: CURSOR l_Counter_group_csr IS
2932: SELECT ccg.COUNTER_GROUP_ID COUNTER_GROUP_ID
2933: FROM cs_csi_counter_groups ccg,
2934: csi_counters_b ccb,
2935: csi_counter_associations cca
2936: WHERE ccg.template_flag = 'N'
2937: AND ccg.counter_group_id = ccb.group_id
2938: AND ccb.counter_id = cca.counter_id
2939: AND cca.source_object_code = 'CP'