DBA Data[Home] [Help]

APPS.MSC_GET_BIS_VALUES dependencies on STANDARD

Line 1749: and mbp.short_name = 'STANDARD'

1745: and m.sr_instance_id = p_instance_id
1746: and mbp.sr_instance_id = p_instance_id
1747: AND m.measure_id = tl.measure_id
1748: AND m.measure_short_name = v_measure
1749: and mbp.short_name = 'STANDARD'
1750: AND t.business_plan_id = mbp.business_plan_id
1751: and tl.target_level_short_name = v_target_level
1752: AND t.org_level_value_id = decode(t.org_level_value_id,-1,-1,p_org_id)
1753: AND t.time_level_value_id = nvl(p_time_level, t.time_level_value_id);