DBA Data[Home] [Help]

APPS.PSP_PREGEN dependencies on GL_SETS_OF_BOOKS

Line 7: g_sob_currency_code gl_sets_of_books.currency_code%TYPE; -- SOB Currency (Introduced for bug 3107800)

3: --
4:
5: -- Introduced the following for bug fix 2916848
6: g_bg_currency_code psp_payroll_controls.currency_code%TYPE; -- Business Group Currency
7: g_sob_currency_code gl_sets_of_books.currency_code%TYPE; -- SOB Currency (Introduced for bug 3107800)
8: g_currency_code psp_payroll_controls.currency_code%TYPE; -- Batch Currency
9: g_precision NUMBER;
10: g_ext_precision NUMBER;
11: g_pop_exchange_rate_type BOOLEAN DEFAULT TRUE; -- Identifies if Exchange Rate Type has to be populated

Line 206: FROM gl_sets_of_books gsob

202:
203: -- Introdced the following for bug fix 3107800
204: CURSOR sob_currency_cur IS
205: SELECT currency_code
206: FROM gl_sets_of_books gsob
207: WHERE set_of_books_id = p_set_of_books_id;
208: -- End of bug fix 3107800
209:
210: l_batch_name_count number;