DBA Data[Home] [Help]

APPS.PO_COPYDOC_S5 dependencies on PO_HEADERS

Line 16: x_to_doc_subtype IN po_headers.type_lookup_code%TYPE,

12:
13: --
14: PROCEDURE validate_distribution(
15: x_action_code IN VARCHAR2,
16: x_to_doc_subtype IN po_headers.type_lookup_code%TYPE,
17: x_po_distribution_record IN OUT NOCOPY po_distributions%ROWTYPE,
18: x_po_header_id IN po_distributions.po_header_id%TYPE,
19: x_po_line_id IN po_distributions.po_line_id%TYPE,
20: x_line_location_id IN po_distributions.line_location_id%TYPE,

Line 217: p_po_header_rec IN PO_HEADERS%ROWTYPE,

213: PROCEDURE generate_accounts
214: (
215: x_return_status OUT NOCOPY VARCHAR2,
216: p_online_report_id IN NUMBER,
217: p_po_header_rec IN PO_HEADERS%ROWTYPE,
218: p_po_line_rec IN PO_LINES%ROWTYPE,
219: p_po_shipment_rec IN PO_LINE_LOCATIONS%ROWTYPE,
220: x_po_distribution_rec IN OUT NOCOPY PO_DISTRIBUTIONS%ROWTYPE,
221: x_sequence IN OUT NOCOPY NUMBER

Line 256: l_wf_item_key PO_HEADERS_ALL.wf_item_key%TYPE;

252: l_dest_charge_account_flex VARCHAR2(2000);
253: l_dest_variance_account_flex VARCHAR2(2000);
254: l_variance_account_flex VARCHAR2(2000);
255:
256: l_wf_item_key PO_HEADERS_ALL.wf_item_key%TYPE;
257: l_chart_of_accounts_id GL_SETS_OF_BOOKS.chart_of_accounts_id%TYPE;
258: l_po_encumbrance_flag FINANCIALS_SYSTEM_PARAMS_ALL.purch_encumbrance_flag%TYPE;
259: l_fb_error_msg PO_ONLINE_REPORT_TEXT.text_line%TYPE;
260: l_progress VARCHAR2(3);