DBA Data[Home] [Help]

APPS.CST_SUBELEMENTS_PVT dependencies on HR_ORGANIZATION_INFORMATION

Line 1121: hr_organization_information hoi

1117:
1118: SELECT SubStr(currency_code,1,3)
1119: INTO l_func_currency_uom
1120: FROM gl_sets_of_books gsob,
1121: hr_organization_information hoi
1122: WHERE hoi.organization_id = p_to_organization_id
1123: AND hoi.ORG_INFORMATION_CONTEXT = 'Accounting Information'
1124: AND gsob.set_of_books_id = hoi.org_information1 ;
1125: