DBA Data[Home] [Help]

APPS.CSI_COUNTER_TEMPLATE_PVT dependencies on CSI_CTR_PROP_TEMPLATE_VL

Line 4871: FROM csi_ctr_prop_template_vl

4867: ,attribute_category
4868: ,migrated_flag
4869: ,property_lov_type
4870: ,security_group_id
4871: FROM csi_ctr_prop_template_vl
4872: WHERE counter_property_id = p_counter_property_id
4873: FOR UPDATE OF OBJECT_VERSION_NUMBER;
4874: l_old_ctr_property_tmpl_rec cur_ctr_prop_rec%ROWTYPE;
4875:

Line 7036: FROM csi_ctr_prop_template_vl

7032: attribute14,
7033: attribute15,
7034: attribute_category,
7035: security_group_id
7036: FROM csi_ctr_prop_template_vl
7037: WHERE counter_id = p_counter_id;
7038:
7039: CURSOR ctr_formula_bvars_cur(p_counter_id NUMBER) IS
7040: SELECT relationship_id,

Line 7486: csi_ctr_prop_template_vl ctrprop

7482:
7483: SELECT counter_property_id
7484: INTO l_new_der_ctr_prop_id
7485: FROM csi_counter_template_vl ctr,
7486: csi_ctr_prop_template_vl ctrprop
7487: WHERE ctrprop.counter_property_id = ctr_der_filter_cur_rec.counter_property_id
7488: AND ctrprop.counter_id = l_new_ctr_id;
7489:
7490: /* l_ctr_derived_filters_tbl.attribute1 := ctr_der_filter_cur_rec.attribute1;

Line 7948: FROM csi_ctr_prop_template_vl

7944: attribute14,
7945: attribute15,
7946: attribute_category,
7947: security_group_id
7948: FROM csi_ctr_prop_template_vl
7949: WHERE counter_id = p_counter_id;
7950:
7951: CURSOR ctr_formula_bvars_cur(p_counter_id NUMBER) IS
7952: SELECT relationship_id,

Line 8384: csi_ctr_prop_template_vl ctrprop

8380:
8381: SELECT counter_property_id
8382: INTO l_new_der_ctr_prop_id
8383: FROM csi_counter_template_vl ctr,
8384: csi_ctr_prop_template_vl ctrprop
8385: WHERE ctrprop.counter_property_id = ctr_der_filter_cur_rec.counter_property_id
8386: AND ctrprop.counter_id = l_new_ctr_id;
8387:
8388: CSI_COUNTER_TEMPLATE_PVT.CREATE_DERIVED_FILTERS