DBA Data[Home] [Help]

APPS.CSI_COUNTER_READINGS_PVT dependencies on CSI_CTR_ESTIMATE_METHODS_VL

Line 7296: from CSI_CTR_ESTIMATE_METHODS_VL

7292: --
7293: CURSOR EST_REC(b_estimation_id NUMBER) IS
7294: select name, estimation_type, fixed_value, usage_markup,
7295: default_value, estimation_avg_type
7296: from CSI_CTR_ESTIMATE_METHODS_VL
7297: where estimation_id = b_estimation_id;
7298: --
7299: l_est_rec est_rec%rowtype;
7300: --