DBA Data[Home] [Help]

APPS.RCV_TRANSACTIONS_INTERFACE_SV dependencies on RCV_SHIPMENT_HEADER_SV

Line 34: vendor_record rcv_shipment_header_sv.vendorrectype;

30: freight_carrier_record rcv_shipment_line_sv.freight_carrier_record_type;
31: tax_name_record rcv_shipment_line_sv.tax_name_record_type;
32: --FRKHAN 12/18/98 add record type for country of origin
33: country_of_origin_record rcv_shipment_line_sv.country_of_origin_record_type;
34: vendor_record rcv_shipment_header_sv.vendorrectype;
35: vendor_site_record rcv_shipment_header_sv.vendorsiterectype;
36: cum_quantity_record rcv_shipment_line_sv.cum_quantity_record_type;
37: uom_record rcv_shipment_line_sv.quantity_shipped_record_type;
38: employee_record rcv_shipment_line_sv.employee_record_type;

Line 35: vendor_site_record rcv_shipment_header_sv.vendorsiterectype;

31: tax_name_record rcv_shipment_line_sv.tax_name_record_type;
32: --FRKHAN 12/18/98 add record type for country of origin
33: country_of_origin_record rcv_shipment_line_sv.country_of_origin_record_type;
34: vendor_record rcv_shipment_header_sv.vendorrectype;
35: vendor_site_record rcv_shipment_header_sv.vendorsiterectype;
36: cum_quantity_record rcv_shipment_line_sv.cum_quantity_record_type;
37: uom_record rcv_shipment_line_sv.quantity_shipped_record_type;
38: employee_record rcv_shipment_line_sv.employee_record_type;
39: po_lookup_code_record rcv_shipment_line_sv.po_lookup_code_record_type;

Line 62: x_header_record IN rcv_shipment_header_sv.headerrectype

58: PROCEDURE derive_shipment_line(
59: x_cascaded_table IN OUT NOCOPY rcv_shipment_object_sv.cascaded_trans_tab_type,
60: n IN OUT NOCOPY BINARY_INTEGER,
61: temp_cascaded_table IN OUT NOCOPY rcv_shipment_object_sv.cascaded_trans_tab_type,
62: x_header_record IN rcv_shipment_header_sv.headerrectype
63: ) IS
64: /*
65: ** Debug: Needed to add all the columns selected in the distributions cursor
66: ** so the definition of the shipments and distributions cursors were

Line 2530: x_header_record IN rcv_shipment_header_sv.headerrectype

2526: PROCEDURE default_shipment_line(
2527: x_cascaded_table IN OUT NOCOPY rcv_shipment_object_sv.cascaded_trans_tab_type,
2528: n IN BINARY_INTEGER,
2529: x_header_id IN rcv_headers_interface.header_interface_id%TYPE,
2530: x_header_record IN rcv_shipment_header_sv.headerrectype
2531: ) IS
2532: x_progress VARCHAR2(3);
2533: x_locator_control NUMBER;
2534: x_default_subinventory VARCHAR2(10);

Line 3166: x_header_record IN rcv_shipment_header_sv.headerrectype

3162: PROCEDURE validate_shipment_line(
3163: x_cascaded_table IN OUT NOCOPY rcv_shipment_object_sv.cascaded_trans_tab_type,
3164: n IN BINARY_INTEGER,
3165: x_asn_type IN rcv_headers_interface.asn_type%TYPE,
3166: x_header_record IN rcv_shipment_header_sv.headerrectype
3167: ) IS
3168: x_progress VARCHAR2(3) := NULL;
3169: x_sob_id NUMBER := NULL;
3170: x_val_open_ok BOOLEAN := NULL;