DBA Data[Home] [Help]

APPS.RCV_ROI_PREPROCESSOR dependencies on PO_REQUISITION_LINES_ALL

Line 150: FROM po_requisition_lines_all

146: SELECT destination_type_code,
147: destination_type_code
148: INTO x_cascaded_table(n).destination_type_code,
149: x_cascaded_table(n).destination_context
150: FROM po_requisition_lines_all
151: WHERE requisition_line_id = x_cascaded_table(n).requisition_line_id;
152:
153: ELSIF (x_cascaded_table(n).source_document_code = 'PO' AND
154: x_cascaded_table(n).po_distribution_id IS NOT NULL) THEN