DBA Data[Home] [Help]

APPS.RCV_ROI_PREPROCESSOR dependencies on PO_LINES

Line 12: value_basis po_lines.order_type_lookup_code%type;

8: -- Custom types used in the transactions cursor
9: uom_class po_line_locations.unit_of_measure_class%type;
10: ship_to_org_id po_line_locations.ship_to_organization_id%type;
11: receipt_code po_line_locations.receipt_days_exception_code%type;
12: value_basis po_lines.order_type_lookup_code%type;
13: purchase_basis po_lines.purchase_basis%type;
14: matching_basis po_lines.matching_basis%type;
15: error_code varchar2(1);
16: error_text varchar2(255);

Line 13: purchase_basis po_lines.purchase_basis%type;

9: uom_class po_line_locations.unit_of_measure_class%type;
10: ship_to_org_id po_line_locations.ship_to_organization_id%type;
11: receipt_code po_line_locations.receipt_days_exception_code%type;
12: value_basis po_lines.order_type_lookup_code%type;
13: purchase_basis po_lines.purchase_basis%type;
14: matching_basis po_lines.matching_basis%type;
15: error_code varchar2(1);
16: error_text varchar2(255);
17: derive_values Varchar2(1);

Line 14: matching_basis po_lines.matching_basis%type;

10: ship_to_org_id po_line_locations.ship_to_organization_id%type;
11: receipt_code po_line_locations.receipt_days_exception_code%type;
12: value_basis po_lines.order_type_lookup_code%type;
13: purchase_basis po_lines.purchase_basis%type;
14: matching_basis po_lines.matching_basis%type;
15: error_code varchar2(1);
16: error_text varchar2(255);
17: derive_values Varchar2(1);
18: cascaded_table_index number;