DBA Data[Home] [Help]

APPS.OPI_DBI_CURRENCY_PKG dependencies on GL_SETS_OF_BOOKS

Line 96: gl_sets_of_books gsob

92: if(p_selected_org <> 'ALL') then
93: select currency_code
94: into l_f_currency_code
95: from financials_system_params_all fsp,
96: gl_sets_of_books gsob
97: where fsp.org_id = p_selected_org
98: and fsp.set_of_books_id = gsob.set_of_books_id;
99:
100: if(p_currency_code = l_f_currency_code) then

Line 140: gl_sets_of_books gsob

136:
137: select currency_code
138: into l_f_currency_code
139: from financials_system_params_all fsp,
140: gl_sets_of_books gsob
141: where fsp.org_id = l_ou
142: and fsp.set_of_books_id = gsob.set_of_books_id;
143:
144: if(p_currency_code = l_f_currency_code) then