DBA Data[Home] [Help]

APPS.PO_CHORD_WF0 dependencies on PO_HEADERS_ALL

Line 51: from po_headers_all

47: BEGIN
48:
49: select authorization_status
50: into x_auth_status
51: from po_headers_all
52: where po_header_id=x_po_header_id;
53:
54: END;
55: