DBA Data[Home] [Help]

APPS.PO_COPYDOC_S3 dependencies on PO_ONLINE_REPORT_TEXT

Line 14: x_online_report_id IN po_online_report_text.online_report_id%TYPE,

10: x_wip_install_status IN VARCHAR2,
11: x_sob_id IN financials_system_parameters.set_of_books_id%TYPE,
12: x_inv_org_id IN financials_system_parameters.inventory_organization_id%TYPE,
13: x_po_header_id IN po_lines.po_header_id%TYPE,
14: x_online_report_id IN po_online_report_text.online_report_id%TYPE,
15: x_sequence IN OUT NOCOPY po_online_report_text.sequence%TYPE,
16: x_copy_price IN BOOLEAN,
17: x_return_code OUT NOCOPY NUMBER,
18: p_is_complex_work_po IN BOOLEAN --

Line 15: x_sequence IN OUT NOCOPY po_online_report_text.sequence%TYPE,

11: x_sob_id IN financials_system_parameters.set_of_books_id%TYPE,
12: x_inv_org_id IN financials_system_parameters.inventory_organization_id%TYPE,
13: x_po_header_id IN po_lines.po_header_id%TYPE,
14: x_online_report_id IN po_online_report_text.online_report_id%TYPE,
15: x_sequence IN OUT NOCOPY po_online_report_text.sequence%TYPE,
16: x_copy_price IN BOOLEAN,
17: x_return_code OUT NOCOPY NUMBER,
18: p_is_complex_work_po IN BOOLEAN --
19: );