DBA Data[Home] [Help]

APPS.MSC_GET_NAME dependencies on MSC_NET_RESOURCE_AVAIL

Line 5576: from msc_net_resource_avail

5572: p_batch_end_date IN DATE) RETURN number
5573: IS
5574: CURSOR c_capacity_units IS
5575: select capacity_units
5576: from msc_net_resource_avail
5577: where plan_id = p_plan_id
5578: and sr_instance_id = p_sr_instance_id
5579: and organization_id = p_org_id
5580: and department_id = p_department_id