DBA Data[Home] [Help]

APPS.CSI_COUNTER_TEMPLATE_PVT dependencies on CSI_CTR_PROP_TEMPLATE_VL

Line 4892: FROM csi_ctr_prop_template_vl

4888: ,attribute_category
4889: ,migrated_flag
4890: ,property_lov_type
4891: ,security_group_id
4892: FROM csi_ctr_prop_template_vl
4893: WHERE counter_property_id = p_counter_property_id
4894: FOR UPDATE OF OBJECT_VERSION_NUMBER;
4895: l_old_ctr_property_tmpl_rec cur_ctr_prop_rec%ROWTYPE;
4896:

Line 7058: FROM csi_ctr_prop_template_vl

7054: attribute14,
7055: attribute15,
7056: attribute_category,
7057: security_group_id
7058: FROM csi_ctr_prop_template_vl
7059: WHERE counter_id = p_counter_id;
7060:
7061: CURSOR ctr_formula_bvars_cur(p_counter_id NUMBER) IS
7062: SELECT relationship_id,

Line 7519: csi_ctr_prop_template_vl ctrprop

7515:
7516: SELECT counter_property_id
7517: INTO l_new_der_ctr_prop_id
7518: FROM csi_counter_template_vl ctr,
7519: csi_ctr_prop_template_vl ctrprop
7520: WHERE ctrprop.counter_property_id = ctr_der_filter_cur_rec.counter_property_id
7521: AND ctrprop.counter_id = l_new_ctr_id;
7522:
7523: /* l_ctr_derived_filters_tbl.attribute1 := ctr_der_filter_cur_rec.attribute1;

Line 7992: FROM csi_ctr_prop_template_vl

7988: attribute14,
7989: attribute15,
7990: attribute_category,
7991: security_group_id
7992: FROM csi_ctr_prop_template_vl
7993: WHERE counter_id = p_counter_id;
7994:
7995: CURSOR ctr_formula_bvars_cur(p_counter_id NUMBER) IS
7996: SELECT relationship_id,

Line 8442: csi_ctr_prop_template_vl ctrprop

8438:
8439: SELECT counter_property_id
8440: INTO l_new_der_ctr_prop_id
8441: FROM csi_counter_template_vl ctr,
8442: csi_ctr_prop_template_vl ctrprop
8443: WHERE ctrprop.counter_property_id = ctr_der_filter_cur_rec.counter_property_id
8444: AND ctrprop.counter_id = l_new_ctr_id;
8445:
8446: CSI_COUNTER_TEMPLATE_PVT.CREATE_DERIVED_FILTERS