DBA Data[Home] [Help]

APPS.CSP_SCH_INT_PVT dependencies on CS_INCIDENTS_ALL

Line 3810: from cs_incidents_all cia,

3806: order by shipping_cost,distance,organization_id,subinventory_code;
3807:
3808: cursor c_sr_org_id is
3809: select cia.org_id
3810: from cs_incidents_all cia,
3811: jtf_tasks_b jtb
3812: where jtb.task_id = p_task_id
3813: and jtb.source_object_type_code = 'SR'
3814: and cia.incident_id = jtb.source_object_id;