DBA Data[Home] [Help]

APPS.OKC_CURRENCY_API dependencies on GL_SETS_OF_BOOKS

Line 45: GL_SETS_OF_BOOKS gl

41: into l_curr_code
42: from HR_ORGANIZATION_INFORMATION OI2,
43: HR_ORGANIZATION_INFORMATION OI1,
44: HR_ALL_ORGANIZATION_UNITS OU,
45: GL_SETS_OF_BOOKS gl
46: where oi1.organization_id = ou.organization_id
47: and oi2.organization_id = ou.organization_id
48: and oi1.org_information_context = 'CLASS'
49: and oi1.org_information1 = 'OPERATING_UNIT'

Line 178: GL_SETS_OF_BOOKS gl

174: into l_sob_name
175: from HR_ORGANIZATION_INFORMATION OI2,
176: HR_ORGANIZATION_INFORMATION OI1,
177: HR_ALL_ORGANIZATION_UNITS OU,
178: GL_SETS_OF_BOOKS gl
179: where oi1.organization_id = ou.organization_id
180: and oi2.organization_id = ou.organization_id
181: and oi1.org_information_context = 'CLASS'
182: and oi1.org_information1 = 'OPERATING_UNIT'