DBA Data[Home] [Help]

APPS.PO_COPYDOC_S1 dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 96: x_inv_org_id IN financials_system_parameters.inventory_organization_id%TYPE, -- Bug 2761415

92: x_online_report_id IN po_online_report_text.online_report_id%TYPE,
93: x_sequence IN OUT NOCOPY po_online_report_text.sequence%TYPE,
94: x_line_num IN po_online_report_text.line_num%TYPE,
95: x_accrue_on_receipt_flag IN VARCHAR2,
96: x_inv_org_id IN financials_system_parameters.inventory_organization_id%TYPE, -- Bug 2761415
97: x_return_code OUT NOCOPY NUMBER,
98: p_is_complex_work_po IN BOOLEAN, --
99: p_orig_line_location_id IN NUMBER --
100: );

Line 123: x_sob_id IN financials_system_parameters.set_of_books_id%TYPE,

119: x_po_header_record IN OUT NOCOPY PO_HEADERS%ROWTYPE,
120: x_from_po_header_id IN po_headers.po_header_id%TYPE,
121: x_to_segment1 IN po_headers.segment1%TYPE,
122: x_agent_id IN po_headers.agent_id%TYPE,
123: x_sob_id IN financials_system_parameters.set_of_books_id%TYPE,
124: x_inv_org_id IN financials_system_parameters.inventory_organization_id%TYPE,
125: x_copy_attachments IN BOOLEAN,
126: x_online_report_id IN po_online_report_text.online_report_id%TYPE,
127: x_sequence IN OUT NOCOPY po_online_report_text.sequence%TYPE,

Line 124: x_inv_org_id IN financials_system_parameters.inventory_organization_id%TYPE,

120: x_from_po_header_id IN po_headers.po_header_id%TYPE,
121: x_to_segment1 IN po_headers.segment1%TYPE,
122: x_agent_id IN po_headers.agent_id%TYPE,
123: x_sob_id IN financials_system_parameters.set_of_books_id%TYPE,
124: x_inv_org_id IN financials_system_parameters.inventory_organization_id%TYPE,
125: x_copy_attachments IN BOOLEAN,
126: x_online_report_id IN po_online_report_text.online_report_id%TYPE,
127: x_sequence IN OUT NOCOPY po_online_report_text.sequence%TYPE,
128: x_return_code OUT NOCOPY NUMBER,

Line 138: x_sob_id IN financials_system_parameters.set_of_books_id%TYPE,

134: x_to_doc_subtype IN po_headers.type_lookup_code%TYPE,
135: x_po_line_record IN OUT NOCOPY po_lines%ROWTYPE,
136: x_orig_po_line_id IN po_lines.po_line_id%TYPE,
137: x_wip_install_status IN VARCHAR2,
138: x_sob_id IN financials_system_parameters.set_of_books_id%TYPE,
139: x_inv_org_id IN financials_system_parameters.inventory_organization_id%TYPE,
140: x_po_header_id IN po_lines.po_header_id%TYPE,
141: x_from_po_header_id IN po_lines.po_header_id%TYPE,
142: x_copy_attachments IN BOOLEAN,

Line 139: x_inv_org_id IN financials_system_parameters.inventory_organization_id%TYPE,

135: x_po_line_record IN OUT NOCOPY po_lines%ROWTYPE,
136: x_orig_po_line_id IN po_lines.po_line_id%TYPE,
137: x_wip_install_status IN VARCHAR2,
138: x_sob_id IN financials_system_parameters.set_of_books_id%TYPE,
139: x_inv_org_id IN financials_system_parameters.inventory_organization_id%TYPE,
140: x_po_header_id IN po_lines.po_header_id%TYPE,
141: x_from_po_header_id IN po_lines.po_header_id%TYPE,
142: x_copy_attachments IN BOOLEAN,
143: x_copy_price IN BOOLEAN,

Line 185: p_sob_id IN FINANCIALS_SYSTEM_PARAMETERS.set_of_books_id%TYPE,

181: p_online_report_id IN NUMBER,
182: p_po_header_rec IN PO_HEADERS%ROWTYPE,
183: p_po_line_rec IN PO_LINES%ROWTYPE,
184: p_po_shipment_rec IN PO_LINE_LOCATIONS%ROWTYPE,
185: p_sob_id IN FINANCIALS_SYSTEM_PARAMETERS.set_of_books_id%TYPE,
186: x_po_distribution_rec IN OUT NOCOPY PO_DISTRIBUTIONS%ROWTYPE,
187: x_sequence IN OUT NOCOPY NUMBER,
188: x_return_code OUT NOCOPY NUMBER
189: );

Line 1288: x_inv_org_id IN financials_system_parameters.inventory_organization_id%TYPE, -- Bug 2761415

1284: x_online_report_id IN po_online_report_text.online_report_id%TYPE,
1285: x_sequence IN OUT NOCOPY po_online_report_text.sequence%TYPE,
1286: x_line_num IN po_online_report_text.line_num%TYPE,
1287: x_accrue_on_receipt_flag IN VARCHAR2,
1288: x_inv_org_id IN financials_system_parameters.inventory_organization_id%TYPE, -- Bug 2761415
1289: x_return_code OUT NOCOPY NUMBER,
1290: p_is_complex_work_po IN BOOLEAN, --
1291: p_orig_line_location_id IN NUMBER --
1292: ) IS

Line 1464: -- financials_system_parameters (x_inv_org_id)

1460: l_progress := '050';
1461:
1462: -- if there was a null org from hr tables, or if
1463: -- the item was not valid, use the inv_org from
1464: -- financials_system_parameters (x_inv_org_id)
1465: -- if the item is not defined for the FSP org, then
1466: -- leave the org null.
1467: if (l_to_ship_to_organization_id is NULL) then
1468: select count(*) into l_count from

Line 1508: from financials_system_parameters fsp;

1504:
1505: if (l_to_ship_to_location_id is null) then
1506: select fsp.ship_to_location_id
1507: into l_to_ship_to_location_id
1508: from financials_system_parameters fsp;
1509: end if;
1510: SELECT inventory_organization_id
1511: INTO l_to_ship_to_organization_id
1512: FROM hr_locations_v

Line 2409: x_sob_id IN financials_system_parameters.set_of_books_id%TYPE,

2405: x_po_header_record IN OUT NOCOPY PO_HEADERS%ROWTYPE,
2406: x_from_po_header_id IN po_headers.po_header_id%TYPE,
2407: x_to_segment1 IN po_headers.segment1%TYPE,
2408: x_agent_id IN po_headers.agent_id%TYPE,
2409: x_sob_id IN financials_system_parameters.set_of_books_id%TYPE,
2410: x_inv_org_id IN financials_system_parameters.inventory_organization_id%TYPE,
2411: x_copy_attachments IN BOOLEAN,
2412: x_online_report_id IN po_online_report_text.online_report_id%TYPE,
2413: x_sequence IN OUT NOCOPY po_online_report_text.sequence%TYPE,

Line 2410: x_inv_org_id IN financials_system_parameters.inventory_organization_id%TYPE,

2406: x_from_po_header_id IN po_headers.po_header_id%TYPE,
2407: x_to_segment1 IN po_headers.segment1%TYPE,
2408: x_agent_id IN po_headers.agent_id%TYPE,
2409: x_sob_id IN financials_system_parameters.set_of_books_id%TYPE,
2410: x_inv_org_id IN financials_system_parameters.inventory_organization_id%TYPE,
2411: x_copy_attachments IN BOOLEAN,
2412: x_online_report_id IN po_online_report_text.online_report_id%TYPE,
2413: x_sequence IN OUT NOCOPY po_online_report_text.sequence%TYPE,
2414: x_return_code OUT NOCOPY NUMBER,

Line 2842: x_sob_id IN financials_system_parameters.set_of_books_id%TYPE,

2838: x_to_doc_subtype IN po_headers.type_lookup_code%TYPE,
2839: x_po_line_record IN OUT NOCOPY po_lines%ROWTYPE,
2840: x_orig_po_line_id IN po_lines.po_line_id%TYPE,
2841: x_wip_install_status IN VARCHAR2,
2842: x_sob_id IN financials_system_parameters.set_of_books_id%TYPE,
2843: x_inv_org_id IN financials_system_parameters.inventory_organization_id%TYPE,
2844: x_po_header_id IN po_lines.po_header_id%TYPE,
2845: x_from_po_header_id IN po_lines.po_header_id%TYPE,
2846: x_copy_attachments IN BOOLEAN,

Line 2843: x_inv_org_id IN financials_system_parameters.inventory_organization_id%TYPE,

2839: x_po_line_record IN OUT NOCOPY po_lines%ROWTYPE,
2840: x_orig_po_line_id IN po_lines.po_line_id%TYPE,
2841: x_wip_install_status IN VARCHAR2,
2842: x_sob_id IN financials_system_parameters.set_of_books_id%TYPE,
2843: x_inv_org_id IN financials_system_parameters.inventory_organization_id%TYPE,
2844: x_po_header_id IN po_lines.po_header_id%TYPE,
2845: x_from_po_header_id IN po_lines.po_header_id%TYPE,
2846: x_copy_attachments IN BOOLEAN,
2847: x_copy_price IN BOOLEAN,

Line 3317: p_sob_id IN FINANCIALS_SYSTEM_PARAMETERS.set_of_books_id%TYPE,

3313: p_online_report_id IN NUMBER,
3314: p_po_header_rec IN PO_HEADERS%ROWTYPE,
3315: p_po_line_rec IN PO_LINES%ROWTYPE,
3316: p_po_shipment_rec IN PO_LINE_LOCATIONS%ROWTYPE,
3317: p_sob_id IN FINANCIALS_SYSTEM_PARAMETERS.set_of_books_id%TYPE,
3318: x_po_distribution_rec IN OUT NOCOPY PO_DISTRIBUTIONS%ROWTYPE,
3319: x_sequence IN OUT NOCOPY NUMBER,
3320: x_return_code OUT NOCOPY NUMBER
3321: )

Line 3513: x_sob_id IN financials_system_parameters.set_of_books_id%TYPE,

3509: x_to_po_header_id OUT NOCOPY po_headers.po_header_id%TYPE,
3510: x_online_report_id OUT NOCOPY po_online_report_text.online_report_id%TYPE,
3511: x_to_segment1 IN OUT NOCOPY po_headers.segment1%TYPE,
3512: x_agent_id IN po_headers.agent_id%TYPE,
3513: x_sob_id IN financials_system_parameters.set_of_books_id%TYPE,
3514: x_inv_org_id IN financials_system_parameters.inventory_organization_id%TYPE,
3515: x_wip_install_status IN VARCHAR2,
3516: x_return_code OUT NOCOPY NUMBER,
3517: x_copy_terms IN VARCHAR2, --

Line 3514: x_inv_org_id IN financials_system_parameters.inventory_organization_id%TYPE,

3510: x_online_report_id OUT NOCOPY po_online_report_text.online_report_id%TYPE,
3511: x_to_segment1 IN OUT NOCOPY po_headers.segment1%TYPE,
3512: x_agent_id IN po_headers.agent_id%TYPE,
3513: x_sob_id IN financials_system_parameters.set_of_books_id%TYPE,
3514: x_inv_org_id IN financials_system_parameters.inventory_organization_id%TYPE,
3515: x_wip_install_status IN VARCHAR2,
3516: x_return_code OUT NOCOPY NUMBER,
3517: x_copy_terms IN VARCHAR2, --
3518: p_api_commit IN BOOLEAN, --