DBA Data[Home] [Help]

APPS.PO_RELGEN_PKG dependencies on RCV_PARAMETERS

Line 407: days_early_receipt_allowed rcv_parameters.days_early_receipt_allowed%type

403: TYPE rcv_control_type IS RECORD
404: (inspection_required_flag po_system_parameters.inspection_required_flag%type
405: := null,
406: receipt_required_flag po_system_parameters.receiving_flag%type := null,
407: days_early_receipt_allowed rcv_parameters.days_early_receipt_allowed%type
408: :=null,
409: days_late_receipt_allowed rcv_parameters.days_late_receipt_allowed%type
410: := null,
411: enforce_ship_to_location rcv_parameters.enforce_ship_to_location_code%type

Line 409: days_late_receipt_allowed rcv_parameters.days_late_receipt_allowed%type

405: := null,
406: receipt_required_flag po_system_parameters.receiving_flag%type := null,
407: days_early_receipt_allowed rcv_parameters.days_early_receipt_allowed%type
408: :=null,
409: days_late_receipt_allowed rcv_parameters.days_late_receipt_allowed%type
410: := null,
411: enforce_ship_to_location rcv_parameters.enforce_ship_to_location_code%type
412: := null,
413: receiving_routing_id rcv_parameters.receiving_routing_id%type

Line 411: enforce_ship_to_location rcv_parameters.enforce_ship_to_location_code%type

407: days_early_receipt_allowed rcv_parameters.days_early_receipt_allowed%type
408: :=null,
409: days_late_receipt_allowed rcv_parameters.days_late_receipt_allowed%type
410: := null,
411: enforce_ship_to_location rcv_parameters.enforce_ship_to_location_code%type
412: := null,
413: receiving_routing_id rcv_parameters.receiving_routing_id%type
414: :=null,
415: qty_rcv_tolerance rcv_parameters.qty_rcv_tolerance%type

Line 413: receiving_routing_id rcv_parameters.receiving_routing_id%type

409: days_late_receipt_allowed rcv_parameters.days_late_receipt_allowed%type
410: := null,
411: enforce_ship_to_location rcv_parameters.enforce_ship_to_location_code%type
412: := null,
413: receiving_routing_id rcv_parameters.receiving_routing_id%type
414: :=null,
415: qty_rcv_tolerance rcv_parameters.qty_rcv_tolerance%type
416: :=null,
417: receipt_days_exception_code rcv_parameters.receipt_days_exception_code%type

Line 415: qty_rcv_tolerance rcv_parameters.qty_rcv_tolerance%type

411: enforce_ship_to_location rcv_parameters.enforce_ship_to_location_code%type
412: := null,
413: receiving_routing_id rcv_parameters.receiving_routing_id%type
414: :=null,
415: qty_rcv_tolerance rcv_parameters.qty_rcv_tolerance%type
416: :=null,
417: receipt_days_exception_code rcv_parameters.receipt_days_exception_code%type
418: :=null,
419: qty_rcv_exception_code rcv_parameters.qty_rcv_exception_code%type

Line 417: receipt_days_exception_code rcv_parameters.receipt_days_exception_code%type

413: receiving_routing_id rcv_parameters.receiving_routing_id%type
414: :=null,
415: qty_rcv_tolerance rcv_parameters.qty_rcv_tolerance%type
416: :=null,
417: receipt_days_exception_code rcv_parameters.receipt_days_exception_code%type
418: :=null,
419: qty_rcv_exception_code rcv_parameters.qty_rcv_exception_code%type
420: :=null,
421: allow_substitute_receipts_flag rcv_parameters.allow_substitute_receipts_flag%type

Line 419: qty_rcv_exception_code rcv_parameters.qty_rcv_exception_code%type

415: qty_rcv_tolerance rcv_parameters.qty_rcv_tolerance%type
416: :=null,
417: receipt_days_exception_code rcv_parameters.receipt_days_exception_code%type
418: :=null,
419: qty_rcv_exception_code rcv_parameters.qty_rcv_exception_code%type
420: :=null,
421: allow_substitute_receipts_flag rcv_parameters.allow_substitute_receipts_flag%type
422: :=null,
423: invoice_close_tolerance po_system_parameters.invoice_close_tolerance%type

Line 421: allow_substitute_receipts_flag rcv_parameters.allow_substitute_receipts_flag%type

417: receipt_days_exception_code rcv_parameters.receipt_days_exception_code%type
418: :=null,
419: qty_rcv_exception_code rcv_parameters.qty_rcv_exception_code%type
420: :=null,
421: allow_substitute_receipts_flag rcv_parameters.allow_substitute_receipts_flag%type
422: :=null,
423: invoice_close_tolerance po_system_parameters.invoice_close_tolerance%type
424: := null,
425: receipt_close_tolerance po_system_parameters.receive_close_tolerance%type