DBA Data[Home] [Help]

APPS.CSI_CTR_GEN_UTILITY_PVT dependencies on CSI_COUNTERS_BC_V

Line 807: FROM csi_counters_bc_v ctr

803:
804: CURSOR ctrs_to_be_calc IS
805: SELECT distinct ctr.counter_id, ctr.derive_function,
806: ctr.derive_counter_id, ctr.derive_property_id
807: FROM csi_counters_bc_v ctr
808: WHERE ctr.counter_id = p_counter_id;
809:
810: CURSOR der_filters(b_counter_id number) IS
811: SELECT filt.counter_property_id, filt.seq_no,filt.left_parent,