DBA Data[Home] [Help]

APPS.EAM_COMMON_UTILITIES_PVT dependencies on CS_INCIDENTS_ALL_B

Line 1048: from cs_incidents_all_b cia

1044:
1045: begin
1046: select nvl(cia.inventory_item_id,0)
1047: into l_inventory_item_id
1048: from cs_incidents_all_b cia
1049: where cia.incident_id = p_service_request_id;
1050: exception
1051: when no_data_found then
1052: null;