DBA Data[Home] [Help]

APPS.MSC_GET_NAME dependencies on MSC_NET_RESOURCE_AVAIL

Line 5004: from msc_net_resource_avail

5000: p_batch_end_date IN DATE) RETURN number
5001: IS
5002: CURSOR c_capacity_units IS
5003: select capacity_units
5004: from msc_net_resource_avail
5005: where plan_id = p_plan_id
5006: and sr_instance_id = p_sr_instance_id
5007: and organization_id = p_org_id
5008: and department_id = p_department_id