DBA Data[Home] [Help]

APPS.RCV_ROI_PREPROCESSOR dependencies on PO_LINE_LOCATIONS

Line 9: uom_class po_line_locations.unit_of_measure_class%type;

5: g_is_edi_installed varchar2(1) := NULL;
6: g_strict VARCHAR2(1) := 'N';
7:
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;

Line 10: ship_to_org_id po_line_locations.ship_to_organization_id%type;

6: g_strict VARCHAR2(1) := 'N';
7:
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;

Line 11: receipt_code po_line_locations.receipt_days_exception_code%type;

7:
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);