DBA Data[Home] [Help]

APPS.AHL_PRD_PRINT_PVT dependencies on AHL_UNIT_ACCOMPLISHMNTS

Line 3253: from ahl_unit_accomplishmnts ua, csi_counter_associations cca, csi_counters_vl cc

3249: from csi_counter_readings ccr
3250: where ccr.counter_value_id = cc.CTR_VAL_MAX_SEQ_NO
3251: and nvl(ccr.disabled_flag,'N') = 'N') net_reading
3252: into l_counter_value, l_net_reading
3253: from ahl_unit_accomplishmnts ua, csi_counter_associations cca, csi_counters_vl cc
3254: where ua.unit_effectivity_id = l_unit_eff_id
3255: and ua.counter_id = cc.counter_id
3256: and cc.counter_template_name = get_mr_details_rec.DueCounterName
3257: and cca.counter_id = cc.counter_id