DBA Data[Home] [Help]

APPS.PO_RELGEN_PKG dependencies on PO_SYSTEM_PARAMETERS

Line 92: po_system_parameters psp,

88: porl.org_id --
89: from po_requisition_lines porl,
90: po_requisition_headers prh,
91: financials_system_parameters fsp,
92: po_system_parameters psp,
93: po_autosource_documents pad,
94: po_autosource_rules par,
95: po_headers poh,
96: po_lines pol,

Line 381: (inspection_required_flag po_system_parameters.inspection_required_flag%type

377:
378: /* Declare cursor for the receiving controls */
379:
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,

Line 383: receipt_required_flag po_system_parameters.receiving_flag%type := null,

379:
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,

Line 400: invoice_close_tolerance po_system_parameters.invoice_close_tolerance%type

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
403: := null);
404:

Line 402: receipt_close_tolerance po_system_parameters.receive_close_tolerance%type

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
403: := null);
404:
405: /* Declare global variables */
406:

Line 408: x_expense_accrual_code po_system_parameters.expense_accrual_code%type;

404:
405: /* Declare global variables */
406:
407: x_inventory_org_id number := 0;
408: x_expense_accrual_code po_system_parameters.expense_accrual_code%type;
409: x_po_release_id number := 0;
410: x_line_location_id number := 0;
411: x_authorization_status po_releases.authorization_status%type;
412: msgbuf varchar2(200);