DBA Data[Home] [Help]

APPS.PO_COPYDOC_S2 dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 17: x_sob_id IN financials_system_parameters.set_of_books_id%TYPE,

13: x_to_global_flag IN PO_HEADERS_ALL.global_agreement_flag%TYPE, -- FPI GA
14: x_po_header_record IN OUT NOCOPY PO_HEADERS%ROWTYPE,
15: x_to_segment1 IN po_headers.segment1%TYPE,
16: x_agent_id IN po_headers.agent_id%TYPE,
17: x_sob_id IN financials_system_parameters.set_of_books_id%TYPE,
18: x_inv_org_id IN financials_system_parameters.inventory_organization_id%TYPE,
19: x_online_report_id IN po_online_report_text.online_report_id%TYPE,
20: x_sequence IN OUT NOCOPY po_online_report_text.sequence%TYPE,
21: x_return_code OUT NOCOPY NUMBER

Line 18: x_inv_org_id IN financials_system_parameters.inventory_organization_id%TYPE,

14: x_po_header_record IN OUT NOCOPY PO_HEADERS%ROWTYPE,
15: x_to_segment1 IN po_headers.segment1%TYPE,
16: x_agent_id IN po_headers.agent_id%TYPE,
17: x_sob_id IN financials_system_parameters.set_of_books_id%TYPE,
18: x_inv_org_id IN financials_system_parameters.inventory_organization_id%TYPE,
19: x_online_report_id IN po_online_report_text.online_report_id%TYPE,
20: x_sequence IN OUT NOCOPY po_online_report_text.sequence%TYPE,
21: x_return_code OUT NOCOPY NUMBER
22: ) IS