DBA Data[Home] [Help]

APPS.PO_RELGEN_PKG dependencies on RCV_PARAMETERS

Line 384: days_early_receipt_allowed rcv_parameters.days_early_receipt_allowed%type

380: TYPE rcv_control_type IS RECORD
381: (inspection_required_flag po_system_parameters.inspection_required_flag%type
382: := null,
383: receipt_required_flag po_system_parameters.receiving_flag%type := null,
384: days_early_receipt_allowed rcv_parameters.days_early_receipt_allowed%type
385: :=null,
386: days_late_receipt_allowed rcv_parameters.days_late_receipt_allowed%type
387: := null,
388: enforce_ship_to_location rcv_parameters.enforce_ship_to_location_code%type

Line 386: days_late_receipt_allowed rcv_parameters.days_late_receipt_allowed%type

382: := null,
383: receipt_required_flag po_system_parameters.receiving_flag%type := null,
384: days_early_receipt_allowed rcv_parameters.days_early_receipt_allowed%type
385: :=null,
386: days_late_receipt_allowed rcv_parameters.days_late_receipt_allowed%type
387: := null,
388: enforce_ship_to_location rcv_parameters.enforce_ship_to_location_code%type
389: := null,
390: receiving_routing_id rcv_parameters.receiving_routing_id%type

Line 388: enforce_ship_to_location rcv_parameters.enforce_ship_to_location_code%type

384: days_early_receipt_allowed rcv_parameters.days_early_receipt_allowed%type
385: :=null,
386: days_late_receipt_allowed rcv_parameters.days_late_receipt_allowed%type
387: := null,
388: enforce_ship_to_location rcv_parameters.enforce_ship_to_location_code%type
389: := null,
390: receiving_routing_id rcv_parameters.receiving_routing_id%type
391: :=null,
392: qty_rcv_tolerance rcv_parameters.qty_rcv_tolerance%type

Line 390: receiving_routing_id rcv_parameters.receiving_routing_id%type

386: days_late_receipt_allowed rcv_parameters.days_late_receipt_allowed%type
387: := null,
388: enforce_ship_to_location rcv_parameters.enforce_ship_to_location_code%type
389: := null,
390: receiving_routing_id rcv_parameters.receiving_routing_id%type
391: :=null,
392: qty_rcv_tolerance rcv_parameters.qty_rcv_tolerance%type
393: :=null,
394: receipt_days_exception_code rcv_parameters.receipt_days_exception_code%type

Line 392: qty_rcv_tolerance rcv_parameters.qty_rcv_tolerance%type

388: enforce_ship_to_location rcv_parameters.enforce_ship_to_location_code%type
389: := null,
390: receiving_routing_id rcv_parameters.receiving_routing_id%type
391: :=null,
392: qty_rcv_tolerance rcv_parameters.qty_rcv_tolerance%type
393: :=null,
394: receipt_days_exception_code rcv_parameters.receipt_days_exception_code%type
395: :=null,
396: qty_rcv_exception_code rcv_parameters.qty_rcv_exception_code%type

Line 394: receipt_days_exception_code rcv_parameters.receipt_days_exception_code%type

390: receiving_routing_id rcv_parameters.receiving_routing_id%type
391: :=null,
392: qty_rcv_tolerance rcv_parameters.qty_rcv_tolerance%type
393: :=null,
394: receipt_days_exception_code rcv_parameters.receipt_days_exception_code%type
395: :=null,
396: qty_rcv_exception_code rcv_parameters.qty_rcv_exception_code%type
397: :=null,
398: allow_substitute_receipts_flag rcv_parameters.allow_substitute_receipts_flag%type

Line 396: qty_rcv_exception_code rcv_parameters.qty_rcv_exception_code%type

392: qty_rcv_tolerance rcv_parameters.qty_rcv_tolerance%type
393: :=null,
394: receipt_days_exception_code rcv_parameters.receipt_days_exception_code%type
395: :=null,
396: qty_rcv_exception_code rcv_parameters.qty_rcv_exception_code%type
397: :=null,
398: allow_substitute_receipts_flag rcv_parameters.allow_substitute_receipts_flag%type
399: :=null,
400: invoice_close_tolerance po_system_parameters.invoice_close_tolerance%type

Line 398: allow_substitute_receipts_flag rcv_parameters.allow_substitute_receipts_flag%type

394: receipt_days_exception_code rcv_parameters.receipt_days_exception_code%type
395: :=null,
396: qty_rcv_exception_code rcv_parameters.qty_rcv_exception_code%type
397: :=null,
398: allow_substitute_receipts_flag rcv_parameters.allow_substitute_receipts_flag%type
399: :=null,
400: invoice_close_tolerance po_system_parameters.invoice_close_tolerance%type
401: := null,
402: receipt_close_tolerance po_system_parameters.receive_close_tolerance%type