DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_DOC dependencies on GL_SETS_OF_BOOKS

Line 4074: l_pou_sob_id gl_sets_of_books.set_of_books_id%TYPE;

4070: --begin bug 3401653
4071: l_source_doc_currency_code po_headers_all.currency_code%TYPE := NULL;
4072: l_pou_currency_code po_headers_all.currency_code%TYPE;
4073: l_rou_currency_code po_headers_all.currency_code%TYPE;
4074: l_pou_sob_id gl_sets_of_books.set_of_books_id%TYPE;
4075: l_pou_default_rate_type po_headers_all.rate_type%TYPE;
4076: l_interface_rate po_headers_all.rate%TYPE := NULL;
4077: l_interface_rate_type po_headers_all.rate_type%TYPE := NULL;
4078: l_interface_rate_date po_headers_all.rate_date%TYPE := NULL;

Line 4274: gl_sets_of_books sob

4270: --begin bug 3401653
4271: select sob.currency_code, fsp.set_of_books_id
4272: into l_pou_currency_code, l_pou_sob_id
4273: from financials_system_params_all fsp,
4274: gl_sets_of_books sob
4275: where fsp.set_of_books_id = sob.set_of_books_id
4276: and fsp.org_id = l_purchasing_org_id; --
4277:
4278: select default_rate_type

Line 4286: gl_sets_of_books sob

4282:
4283: select sob.currency_code
4284: into l_rou_currency_code
4285: from financials_system_params_all fsp,
4286: gl_sets_of_books sob
4287: where fsp.set_of_books_id = sob.set_of_books_id
4288: and fsp.org_id = x_org_id;
4289: --end bug 3401653
4290: