DBA Data[Home] [Help]

APPS.ISC_DBI_CURRENCY_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 46: from hr_organization_information hoi2,

42: begin
43:
44: select decode(fpg.multi_org_flag, 'Y', to_number(hoi2.org_information3), to_number(null))
45: into l_ou
46: from hr_organization_information hoi2,
47: fnd_product_groups fpg
48: where (hoi2.org_information_context || '') = 'Accounting Information'
49: and organization_id = p_selected_org;
50:

Line 227: hr_organization_information hoi2

223: where org.organization_id = ora.organization_id))
224: org,
225: ar_system_parameters_all asp,
226: gl_sets_of_books gsob,
227: hr_organization_information hoi2
228: where '|| l_fnd_prod_grp_filter || ' = asp.org_id
229: and asp.set_of_books_id = gsob.set_of_books_id
230: and (hoi2.org_information_context || '') = ''Accounting Information''
231: and hoi2.organization_id = org.organization_id' ;