DBA Data[Home] [Help]

APPS.CS_UWQ_DISTRIBUTE_ITEMS dependencies on CS_INCIDENTS_ALL_B

Line 52: FROM cs_incidents_all_b

48: CURSOR sel_servereq_csr(l_request_id IN NUMBER) IS
49: SELECT incident_number,
50: object_version_number,
51: incident_owner_id
52: FROM cs_incidents_all_b
53: WHERE incident_id = l_request_id;
54:
55: CURSOR sel_resource_type_csr IS
56: SELECT 'RS_' || category