DBA Data[Home] [Help]

APPS.RCV_ROI_HEADER_COMMON dependencies on RCV_SHIPMENT_HEADER_SV

Line 8: pay_record rcv_shipment_header_sv.payrectype;

4: from_org_record rcv_shipment_object_sv.organization_id_record_type;
5: ship_to_org_record rcv_shipment_object_sv.organization_id_record_type;
6: loc_record rcv_shipment_object_sv.location_id_record_type;
7: emp_record rcv_shipment_object_sv.employee_id_record_type;
8: pay_record rcv_shipment_header_sv.payrectype;
9: freight_record rcv_shipment_header_sv.freightrectype;
10: lookup_record rcv_shipment_header_sv.lookuprectype;
11: currency_record rcv_shipment_header_sv.currectype;
12: invoice_record rcv_shipment_header_sv.invrectype;

Line 9: freight_record rcv_shipment_header_sv.freightrectype;

5: ship_to_org_record rcv_shipment_object_sv.organization_id_record_type;
6: loc_record rcv_shipment_object_sv.location_id_record_type;
7: emp_record rcv_shipment_object_sv.employee_id_record_type;
8: pay_record rcv_shipment_header_sv.payrectype;
9: freight_record rcv_shipment_header_sv.freightrectype;
10: lookup_record rcv_shipment_header_sv.lookuprectype;
11: currency_record rcv_shipment_header_sv.currectype;
12: invoice_record rcv_shipment_header_sv.invrectype;
13: tax_record rcv_shipment_header_sv.taxrectype;

Line 10: lookup_record rcv_shipment_header_sv.lookuprectype;

6: loc_record rcv_shipment_object_sv.location_id_record_type;
7: emp_record rcv_shipment_object_sv.employee_id_record_type;
8: pay_record rcv_shipment_header_sv.payrectype;
9: freight_record rcv_shipment_header_sv.freightrectype;
10: lookup_record rcv_shipment_header_sv.lookuprectype;
11: currency_record rcv_shipment_header_sv.currectype;
12: invoice_record rcv_shipment_header_sv.invrectype;
13: tax_record rcv_shipment_header_sv.taxrectype;
14: -- Read the profile option that enables/disables the debug log

Line 11: currency_record rcv_shipment_header_sv.currectype;

7: emp_record rcv_shipment_object_sv.employee_id_record_type;
8: pay_record rcv_shipment_header_sv.payrectype;
9: freight_record rcv_shipment_header_sv.freightrectype;
10: lookup_record rcv_shipment_header_sv.lookuprectype;
11: currency_record rcv_shipment_header_sv.currectype;
12: invoice_record rcv_shipment_header_sv.invrectype;
13: tax_record rcv_shipment_header_sv.taxrectype;
14: -- Read the profile option that enables/disables the debug log
15: g_asn_debug VARCHAR2(1) := NVL(fnd_profile.VALUE('RCV_DEBUG_MODE'), 'N');

Line 12: invoice_record rcv_shipment_header_sv.invrectype;

8: pay_record rcv_shipment_header_sv.payrectype;
9: freight_record rcv_shipment_header_sv.freightrectype;
10: lookup_record rcv_shipment_header_sv.lookuprectype;
11: currency_record rcv_shipment_header_sv.currectype;
12: invoice_record rcv_shipment_header_sv.invrectype;
13: tax_record rcv_shipment_header_sv.taxrectype;
14: -- Read the profile option that enables/disables the debug log
15: g_asn_debug VARCHAR2(1) := NVL(fnd_profile.VALUE('RCV_DEBUG_MODE'), 'N');
16: x_sysdate DATE := SYSDATE;

Line 13: tax_record rcv_shipment_header_sv.taxrectype;

9: freight_record rcv_shipment_header_sv.freightrectype;
10: lookup_record rcv_shipment_header_sv.lookuprectype;
11: currency_record rcv_shipment_header_sv.currectype;
12: invoice_record rcv_shipment_header_sv.invrectype;
13: tax_record rcv_shipment_header_sv.taxrectype;
14: -- Read the profile option that enables/disables the debug log
15: g_asn_debug VARCHAR2(1) := NVL(fnd_profile.VALUE('RCV_DEBUG_MODE'), 'N');
16: x_sysdate DATE := SYSDATE;
17: x_count NUMBER := 0;