DBA Data[Home] [Help]

APPS.POR_ITEM_ATTRIBUTES_PKG dependencies on PO_REQUISITION_LINES_ALL

Line 105: FROM po_requisition_lines_all

101: CURSOR c_req_id IS
102: SELECT requisition_header_id,
103: requisition_line_id,
104: created_by
105: FROM po_requisition_lines_all
106: WHERE requisition_header_id = p_req_header_id;
107:
108: BEGIN
109: