DBA Data[Home] [Help]

APPS.RCV_TRANSACTION_SV dependencies on PO_HAZARD_CLASSES

Line 263: from po_hazard_classes

259: BEGIN
260: x_progress := 10;
261: select hazard_class
262: into x_hazard_class
263: from po_hazard_classes
264: where hazard_class_id = x_hazard_id;
265: EXCEPTION
266: when others then
267: po_message_s.sql_error('HAZARD_CLASS_INFO',x_progress,sqlcode);