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 404: (inspection_required_flag po_system_parameters.inspection_required_flag%type

400:
401: /* Declare cursor for the receiving controls */
402:
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,

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

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

Line 423: invoice_close_tolerance po_system_parameters.invoice_close_tolerance%type

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
426: := null);
427:

Line 425: receipt_close_tolerance po_system_parameters.receive_close_tolerance%type

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
426: := null);
427:
428: /* Declare global variables */
429:

Line 431: x_expense_accrual_code po_system_parameters.expense_accrual_code%type;

427:
428: /* Declare global variables */
429:
430: x_inventory_org_id number := 0;
431: x_expense_accrual_code po_system_parameters.expense_accrual_code%type;
432: x_po_release_id number := 0;
433: x_line_location_id number := 0;
434: x_authorization_status po_releases.authorization_status%type;
435: msgbuf varchar2(200);