DBA Data[Home] [Help]

APPS.CSI_COUNTER_TEMPLATE_PVT dependencies on CSI_CTR_DERIVED_FILTERS_PKG

Line 3060: CSI_CTR_DERIVED_FILTERS_PKG.Insert_Row

3056: END;
3057: END IF;
3058:
3059: -- call table handler here
3060: CSI_CTR_DERIVED_FILTERS_PKG.Insert_Row
3061: (
3062: l_ctr_derived_filters_rec.COUNTER_DERIVED_FILTER_ID
3063: ,l_ctr_derived_filters_rec.COUNTER_ID
3064: ,l_seq_no

Line 5947: CSI_CTR_DERIVED_FILTERS_PKG.Update_Row

5943: END IF;
5944: END IF;
5945:
5946: -- call table handler here
5947: CSI_CTR_DERIVED_FILTERS_PKG.Update_Row
5948: (
5949: p_ctr_derived_filters_tbl(tab_row).COUNTER_DERIVED_FILTER_ID
5950: ,p_ctr_derived_filters_tbl(tab_row).COUNTER_ID
5951: ,p_ctr_derived_filters_tbl(tab_row).SEQ_NO