DBA Data[Home] [Help]

APPS.PO_SECURITY_CHECK_SV dependencies on PO_REQUISITION_HEADERS_ALL

Line 80: from po_requisition_headers_all

76: x_progress := '006'; -- Added for bug 2783162
77: select NVL(AUTHORIZATION_STATUS, 'INCOMPLETE'),
78: wf_item_type, wf_item_key
79: into l_authorization_status, x_wf_item_type, x_wf_item_key
80: from po_requisition_headers_all
81: where REQUISITION_HEADER_ID = x_object_id;
82:
83: ELSIF x_document_type_code IN ('PO','PA') THEN
84: x_progress := '007'; -- Added for bug 2783162