DBA Data[Home] [Help]

APPS.RCV_SHIPMENT_OBJECT_SV dependencies on PO_LINE_LOCATIONS

Line 27: uom_class po_line_locations.unit_of_measure_class%type;

23: TYPE ErrorRecType IS RECORD
24: (error_status varchar2(1),
25: error_message varchar2(255));
26:
27: uom_class po_line_locations.unit_of_measure_class%type;
28: ship_to_org_id po_line_locations.ship_to_organization_id%type;
29: receipt_code po_line_locations.receipt_days_exception_code%type;
30: error_code varchar2(1);
31: error_text varchar2(255);

Line 28: ship_to_org_id po_line_locations.ship_to_organization_id%type;

24: (error_status varchar2(1),
25: error_message varchar2(255));
26:
27: uom_class po_line_locations.unit_of_measure_class%type;
28: ship_to_org_id po_line_locations.ship_to_organization_id%type;
29: receipt_code po_line_locations.receipt_days_exception_code%type;
30: error_code varchar2(1);
31: error_text varchar2(255);
32:

Line 29: receipt_code po_line_locations.receipt_days_exception_code%type;

25: error_message varchar2(255));
26:
27: uom_class po_line_locations.unit_of_measure_class%type;
28: ship_to_org_id po_line_locations.ship_to_organization_id%type;
29: receipt_code po_line_locations.receipt_days_exception_code%type;
30: error_code varchar2(1);
31: error_text varchar2(255);
32:
33: /* ksareddy 2506961 - support for parallel processing of RVCTP */