DBA Data[Home] [Help]

APPS.CSI_COUNTER_TEMPLATE_PVT dependencies on CSI_CTR_ESTIMATE_METHODS_VL

Line 6346: FROM csi_ctr_estimate_methods_vl

6342:
6343: BEGIN
6344: SELECT 'X'
6345: INTO l_dummy
6346: FROM csi_ctr_estimate_methods_vl
6347: WHERE name = l_name;
6348:
6349: CSI_CTR_GEN_UTILITY_PVT.ExitWithErrMsg('CSI_API_CTR_EST_DUP_NAME','CTR_EST_NAME',l_name);
6350: EXCEPTION

Line 6499: FROM csi_ctr_estimate_methods_vl

6495: ,attribute15
6496: ,attribute_category
6497: ,object_version_number
6498: ,migrated_flag
6499: FROM csi_ctr_estimate_methods_vl
6500: WHERE estimation_id = p_estimation_id
6501: FOR UPDATE OF OBJECT_VERSION_NUMBER;
6502: l_old_ctr_estimation_rec cur_estimation_rec%ROWTYPE;
6503: