DBA Data[Home] [Help]

APPS.PO_COPYDOC_S5 dependencies on PO_ONLINE_REPORT_TEXT

Line 21: x_online_report_id IN po_online_report_text.online_report_id%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,
21: x_online_report_id IN po_online_report_text.online_report_id%TYPE,
22: x_sequence IN OUT NOCOPY po_online_report_text.sequence%TYPE,
23: x_line_num IN po_online_report_text.line_num%TYPE,
24: x_shipment_num IN po_online_report_text.shipment_num%TYPE,
25: x_sob_id IN FINANCIALS_SYSTEM_PARAMETERS.set_of_books_id%TYPE,

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

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,
21: x_online_report_id IN po_online_report_text.online_report_id%TYPE,
22: x_sequence IN OUT NOCOPY po_online_report_text.sequence%TYPE,
23: x_line_num IN po_online_report_text.line_num%TYPE,
24: x_shipment_num IN po_online_report_text.shipment_num%TYPE,
25: x_sob_id IN FINANCIALS_SYSTEM_PARAMETERS.set_of_books_id%TYPE,
26: x_return_code OUT NOCOPY NUMBER

Line 23: x_line_num IN po_online_report_text.line_num%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,
21: x_online_report_id IN po_online_report_text.online_report_id%TYPE,
22: x_sequence IN OUT NOCOPY po_online_report_text.sequence%TYPE,
23: x_line_num IN po_online_report_text.line_num%TYPE,
24: x_shipment_num IN po_online_report_text.shipment_num%TYPE,
25: x_sob_id IN FINANCIALS_SYSTEM_PARAMETERS.set_of_books_id%TYPE,
26: x_return_code OUT NOCOPY NUMBER
27: ) IS

Line 24: x_shipment_num IN po_online_report_text.shipment_num%TYPE,

20: x_line_location_id IN po_distributions.line_location_id%TYPE,
21: x_online_report_id IN po_online_report_text.online_report_id%TYPE,
22: x_sequence IN OUT NOCOPY po_online_report_text.sequence%TYPE,
23: x_line_num IN po_online_report_text.line_num%TYPE,
24: x_shipment_num IN po_online_report_text.shipment_num%TYPE,
25: x_sob_id IN FINANCIALS_SYSTEM_PARAMETERS.set_of_books_id%TYPE,
26: x_return_code OUT NOCOPY NUMBER
27: ) IS
28:

Line 187: -- PO_ONLINE_REPORT_TEXT

183: --Name: generate_accounts
184: --Pre-reqs:
185: -- None.
186: --Modifies:
187: -- PO_ONLINE_REPORT_TEXT
188: --Locks:
189: -- None.
190: --Function:
191: -- Generates new accounts for the given document, and sets them in

Line 193: -- inserts error messages into PO_ONLINE_REPORT_TEXT, and x_po_distribution_rec

189: -- None.
190: --Function:
191: -- Generates new accounts for the given document, and sets them in
192: -- x_po_distribution_rec. If any account generation error occurs, then
193: -- inserts error messages into PO_ONLINE_REPORT_TEXT, and x_po_distribution_rec
194: -- will remain unchanged.
195: --Parameters:
196: --IN:
197: --p_online_report_id

Line 259: l_fb_error_msg PO_ONLINE_REPORT_TEXT.text_line%TYPE;

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);
261: l_acct_gen_error BOOLEAN := FALSE;
262: l_func_unit_price PO_LINES_ALL.unit_price%TYPE; -- Bug 3463242
263: