DBA Data[Home] [Help]

APPS.PO_COPYDOC_S1 dependencies on FINANCIALS_SYSTEM_PARAMETERS

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

70: x_online_report_id IN po_online_report_text.online_report_id%TYPE,
71: x_sequence IN OUT NOCOPY po_online_report_text.sequence%TYPE,
72: x_line_num IN po_online_report_text.line_num%TYPE,
73: x_accrue_on_receipt_flag IN VARCHAR2,
74: x_inv_org_id IN financials_system_parameters.inventory_organization_id%TYPE, -- Bug 2761415
75: x_return_code OUT NOCOPY NUMBER,
76: p_is_complex_work_po IN BOOLEAN, --
77: p_orig_line_location_id IN NUMBER --
78: );

Line 101: x_sob_id IN financials_system_parameters.set_of_books_id%TYPE,

97: x_po_header_record IN OUT NOCOPY PO_HEADERS%ROWTYPE,
98: x_from_po_header_id IN po_headers.po_header_id%TYPE,
99: x_to_segment1 IN po_headers.segment1%TYPE,
100: x_agent_id IN po_headers.agent_id%TYPE,
101: x_sob_id IN financials_system_parameters.set_of_books_id%TYPE,
102: x_inv_org_id IN financials_system_parameters.inventory_organization_id%TYPE,
103: x_copy_attachments IN BOOLEAN,
104: x_online_report_id IN po_online_report_text.online_report_id%TYPE,
105: x_sequence IN OUT NOCOPY po_online_report_text.sequence%TYPE,

Line 102: x_inv_org_id IN financials_system_parameters.inventory_organization_id%TYPE,

98: x_from_po_header_id IN po_headers.po_header_id%TYPE,
99: x_to_segment1 IN po_headers.segment1%TYPE,
100: x_agent_id IN po_headers.agent_id%TYPE,
101: x_sob_id IN financials_system_parameters.set_of_books_id%TYPE,
102: x_inv_org_id IN financials_system_parameters.inventory_organization_id%TYPE,
103: x_copy_attachments IN BOOLEAN,
104: x_online_report_id IN po_online_report_text.online_report_id%TYPE,
105: x_sequence IN OUT NOCOPY po_online_report_text.sequence%TYPE,
106: x_return_code OUT NOCOPY NUMBER,

Line 116: x_sob_id IN financials_system_parameters.set_of_books_id%TYPE,

112: x_to_doc_subtype IN po_headers.type_lookup_code%TYPE,
113: x_po_line_record IN OUT NOCOPY po_lines%ROWTYPE,
114: x_orig_po_line_id IN po_lines.po_line_id%TYPE,
115: x_wip_install_status IN VARCHAR2,
116: x_sob_id IN financials_system_parameters.set_of_books_id%TYPE,
117: x_inv_org_id IN financials_system_parameters.inventory_organization_id%TYPE,
118: x_po_header_id IN po_lines.po_header_id%TYPE,
119: x_copy_attachments IN BOOLEAN,
120: x_copy_price IN BOOLEAN,

Line 117: x_inv_org_id IN financials_system_parameters.inventory_organization_id%TYPE,

113: x_po_line_record IN OUT NOCOPY po_lines%ROWTYPE,
114: x_orig_po_line_id IN po_lines.po_line_id%TYPE,
115: x_wip_install_status IN VARCHAR2,
116: x_sob_id IN financials_system_parameters.set_of_books_id%TYPE,
117: x_inv_org_id IN financials_system_parameters.inventory_organization_id%TYPE,
118: x_po_header_id IN po_lines.po_header_id%TYPE,
119: x_copy_attachments IN BOOLEAN,
120: x_copy_price IN BOOLEAN,
121: x_online_report_id IN po_online_report_text.online_report_id%TYPE,

Line 160: p_sob_id IN FINANCIALS_SYSTEM_PARAMETERS.set_of_books_id%TYPE,

156: p_online_report_id IN NUMBER,
157: p_po_header_rec IN PO_HEADERS%ROWTYPE,
158: p_po_line_rec IN PO_LINES%ROWTYPE,
159: p_po_shipment_rec IN PO_LINE_LOCATIONS%ROWTYPE,
160: p_sob_id IN FINANCIALS_SYSTEM_PARAMETERS.set_of_books_id%TYPE,
161: x_po_distribution_rec IN OUT NOCOPY PO_DISTRIBUTIONS%ROWTYPE,
162: x_sequence IN OUT NOCOPY NUMBER,
163: x_return_code OUT NOCOPY NUMBER
164: );

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

1164: x_online_report_id IN po_online_report_text.online_report_id%TYPE,
1165: x_sequence IN OUT NOCOPY po_online_report_text.sequence%TYPE,
1166: x_line_num IN po_online_report_text.line_num%TYPE,
1167: x_accrue_on_receipt_flag IN VARCHAR2,
1168: x_inv_org_id IN financials_system_parameters.inventory_organization_id%TYPE, -- Bug 2761415
1169: x_return_code OUT NOCOPY NUMBER,
1170: p_is_complex_work_po IN BOOLEAN, --
1171: p_orig_line_location_id IN NUMBER --
1172: ) IS

Line 1335: -- financials_system_parameters (x_inv_org_id)

1331: l_progress := '050';
1332:
1333: -- if there was a null org from hr tables, or if
1334: -- the item was not valid, use the inv_org from
1335: -- financials_system_parameters (x_inv_org_id)
1336: -- if the item is not defined for the FSP org, then
1337: -- leave the org null.
1338: if (l_to_ship_to_organization_id is NULL) then
1339: select count(*) into l_count from

Line 1379: from financials_system_parameters fsp;

1375:
1376: if (l_to_ship_to_location_id is null) then
1377: select fsp.ship_to_location_id
1378: into l_to_ship_to_location_id
1379: from financials_system_parameters fsp;
1380: end if;
1381: SELECT inventory_organization_id
1382: INTO l_to_ship_to_organization_id
1383: FROM hr_locations_v

Line 2239: x_sob_id IN financials_system_parameters.set_of_books_id%TYPE,

2235: x_po_header_record IN OUT NOCOPY PO_HEADERS%ROWTYPE,
2236: x_from_po_header_id IN po_headers.po_header_id%TYPE,
2237: x_to_segment1 IN po_headers.segment1%TYPE,
2238: x_agent_id IN po_headers.agent_id%TYPE,
2239: x_sob_id IN financials_system_parameters.set_of_books_id%TYPE,
2240: x_inv_org_id IN financials_system_parameters.inventory_organization_id%TYPE,
2241: x_copy_attachments IN BOOLEAN,
2242: x_online_report_id IN po_online_report_text.online_report_id%TYPE,
2243: x_sequence IN OUT NOCOPY po_online_report_text.sequence%TYPE,

Line 2240: x_inv_org_id IN financials_system_parameters.inventory_organization_id%TYPE,

2236: x_from_po_header_id IN po_headers.po_header_id%TYPE,
2237: x_to_segment1 IN po_headers.segment1%TYPE,
2238: x_agent_id IN po_headers.agent_id%TYPE,
2239: x_sob_id IN financials_system_parameters.set_of_books_id%TYPE,
2240: x_inv_org_id IN financials_system_parameters.inventory_organization_id%TYPE,
2241: x_copy_attachments IN BOOLEAN,
2242: x_online_report_id IN po_online_report_text.online_report_id%TYPE,
2243: x_sequence IN OUT NOCOPY po_online_report_text.sequence%TYPE,
2244: x_return_code OUT NOCOPY NUMBER,

Line 2566: x_sob_id IN financials_system_parameters.set_of_books_id%TYPE,

2562: x_to_doc_subtype IN po_headers.type_lookup_code%TYPE,
2563: x_po_line_record IN OUT NOCOPY po_lines%ROWTYPE,
2564: x_orig_po_line_id IN po_lines.po_line_id%TYPE,
2565: x_wip_install_status IN VARCHAR2,
2566: x_sob_id IN financials_system_parameters.set_of_books_id%TYPE,
2567: x_inv_org_id IN financials_system_parameters.inventory_organization_id%TYPE,
2568: x_po_header_id IN po_lines.po_header_id%TYPE,
2569: x_copy_attachments IN BOOLEAN,
2570: x_copy_price IN BOOLEAN,

Line 2567: x_inv_org_id IN financials_system_parameters.inventory_organization_id%TYPE,

2563: x_po_line_record IN OUT NOCOPY po_lines%ROWTYPE,
2564: x_orig_po_line_id IN po_lines.po_line_id%TYPE,
2565: x_wip_install_status IN VARCHAR2,
2566: x_sob_id IN financials_system_parameters.set_of_books_id%TYPE,
2567: x_inv_org_id IN financials_system_parameters.inventory_organization_id%TYPE,
2568: x_po_header_id IN po_lines.po_header_id%TYPE,
2569: x_copy_attachments IN BOOLEAN,
2570: x_copy_price IN BOOLEAN,
2571: x_online_report_id IN po_online_report_text.online_report_id%TYPE,

Line 2984: p_sob_id IN FINANCIALS_SYSTEM_PARAMETERS.set_of_books_id%TYPE,

2980: p_online_report_id IN NUMBER,
2981: p_po_header_rec IN PO_HEADERS%ROWTYPE,
2982: p_po_line_rec IN PO_LINES%ROWTYPE,
2983: p_po_shipment_rec IN PO_LINE_LOCATIONS%ROWTYPE,
2984: p_sob_id IN FINANCIALS_SYSTEM_PARAMETERS.set_of_books_id%TYPE,
2985: x_po_distribution_rec IN OUT NOCOPY PO_DISTRIBUTIONS%ROWTYPE,
2986: x_sequence IN OUT NOCOPY NUMBER,
2987: x_return_code OUT NOCOPY NUMBER
2988: )

Line 3180: x_sob_id IN financials_system_parameters.set_of_books_id%TYPE,

3176: x_to_po_header_id OUT NOCOPY po_headers.po_header_id%TYPE,
3177: x_online_report_id OUT NOCOPY po_online_report_text.online_report_id%TYPE,
3178: x_to_segment1 IN OUT NOCOPY po_headers.segment1%TYPE,
3179: x_agent_id IN po_headers.agent_id%TYPE,
3180: x_sob_id IN financials_system_parameters.set_of_books_id%TYPE,
3181: x_inv_org_id IN financials_system_parameters.inventory_organization_id%TYPE,
3182: x_wip_install_status IN VARCHAR2,
3183: x_return_code OUT NOCOPY NUMBER,
3184: x_copy_terms IN VARCHAR2, --

Line 3181: x_inv_org_id IN financials_system_parameters.inventory_organization_id%TYPE,

3177: x_online_report_id OUT NOCOPY po_online_report_text.online_report_id%TYPE,
3178: x_to_segment1 IN OUT NOCOPY po_headers.segment1%TYPE,
3179: x_agent_id IN po_headers.agent_id%TYPE,
3180: x_sob_id IN financials_system_parameters.set_of_books_id%TYPE,
3181: x_inv_org_id IN financials_system_parameters.inventory_organization_id%TYPE,
3182: x_wip_install_status IN VARCHAR2,
3183: x_return_code OUT NOCOPY NUMBER,
3184: x_copy_terms IN VARCHAR2, --
3185: p_api_commit IN BOOLEAN, --