DBA Data[Home] [Help]

APPS.CSI_COUNTER_READINGS_PVT dependencies on CSI_CTR_ESTIMATE_METHODS_VL

Line 6415: from CSI_CTR_ESTIMATE_METHODS_VL

6411: --
6412: CURSOR EST_REC(b_estimation_id NUMBER) IS
6413: select name, estimation_type, fixed_value, usage_markup,
6414: default_value, estimation_avg_type
6415: from CSI_CTR_ESTIMATE_METHODS_VL
6416: where estimation_id = b_estimation_id;
6417: --
6418: l_est_rec est_rec%rowtype;
6419: --