DBA Data[Home] [Help]

APPS.CSI_COUNTER_TEMPLATE_PVT dependencies on CSI_CTR_ESTIMATE_METHODS_VL

Line 6325: FROM csi_ctr_estimate_methods_vl

6321:
6322: BEGIN
6323: SELECT 'X'
6324: INTO l_dummy
6325: FROM csi_ctr_estimate_methods_vl
6326: WHERE name = l_name;
6327:
6328: CSI_CTR_GEN_UTILITY_PVT.ExitWithErrMsg('CSI_API_CTR_EST_DUP_NAME','CTR_EST_NAME',l_name);
6329: EXCEPTION

Line 6478: FROM csi_ctr_estimate_methods_vl

6474: ,attribute15
6475: ,attribute_category
6476: ,object_version_number
6477: ,migrated_flag
6478: FROM csi_ctr_estimate_methods_vl
6479: WHERE estimation_id = p_estimation_id
6480: FOR UPDATE OF OBJECT_VERSION_NUMBER;
6481: l_old_ctr_estimation_rec cur_estimation_rec%ROWTYPE;
6482: