DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_DOC dependencies on GL_SETS_OF_BOOKS

Line 3749: l_pou_sob_id gl_sets_of_books.set_of_books_id%TYPE;

3745: --begin bug 3401653
3746: l_source_doc_currency_code po_headers_all.currency_code%TYPE := NULL;
3747: l_pou_currency_code po_headers_all.currency_code%TYPE;
3748: l_rou_currency_code po_headers_all.currency_code%TYPE;
3749: l_pou_sob_id gl_sets_of_books.set_of_books_id%TYPE;
3750: l_pou_default_rate_type po_headers_all.rate_type%TYPE;
3751: l_interface_rate po_headers_all.rate%TYPE := NULL;
3752: l_interface_rate_type po_headers_all.rate_type%TYPE := NULL;
3753: l_interface_rate_date po_headers_all.rate_date%TYPE := NULL;

Line 3949: gl_sets_of_books sob

3945: --begin bug 3401653
3946: select sob.currency_code, fsp.set_of_books_id
3947: into l_pou_currency_code, l_pou_sob_id
3948: from financials_system_params_all fsp,
3949: gl_sets_of_books sob
3950: where fsp.set_of_books_id = sob.set_of_books_id
3951: and fsp.org_id = l_purchasing_org_id; --
3952:
3953: select default_rate_type

Line 3961: gl_sets_of_books sob

3957:
3958: select sob.currency_code
3959: into l_rou_currency_code
3960: from financials_system_params_all fsp,
3961: gl_sets_of_books sob
3962: where fsp.set_of_books_id = sob.set_of_books_id
3963: and fsp.org_id = x_org_id;
3964: --end bug 3401653
3965: