DBA Data[Home] [Help]

APPS.EAM_COMMON_UTILITIES_PVT dependencies on CS_INCIDENTS_ALL_B

Line 1049: from cs_incidents_all_b cia

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