DBA Data[Home] [Help]

APPS.RCV_TRANSACTION_SV dependencies on PO_HAZARD_CLASSES

Line 240: from po_hazard_classes

236: BEGIN
237: x_progress := 10;
238: select hazard_class
239: into x_hazard_class
240: from po_hazard_classes
241: where hazard_class_id = x_hazard_id;
242: EXCEPTION
243: when others then
244: po_message_s.sql_error('HAZARD_CLASS_INFO',x_progress,sqlcode);