DBA Data[Home] [Help]

APPS.OPI_EDW_INV_DAILY_STAT_F_SZ dependencies on GL_SETS_OF_BOOKS

Line 228: gl_sets_of_books gsob

224: CURSOR c_4 is
225: SELECT avg(nvl(vsize(gsob.currency_code), 0))
226: FROM hr_all_organization_units hou,
227: hr_organization_information hoi,
228: gl_sets_of_books gsob
229: WHERE hou.organization_id = hoi.organization_id
230: AND ( hoi.org_information_context || '') ='Accounting Information'
231: AND hoi.org_information1 = to_char(gsob.set_of_books_id) ;
232: