DBA Data[Home] [Help]

APPS.ISC_DBI_MSC_OBJECTS_C dependencies on HR_ORGANIZATION_INFORMATION

Line 970: HR_ORGANIZATION_INFORMATION hoi

966: isc_dbi_tmp_plans tmp
967: WHERE bitand(tmp.plan_usage, 2) = 2
968: AND ido.plan_id = tmp.plan_id) org,
969: GL_SETS_OF_BOOKS gsb,
970: HR_ORGANIZATION_INFORMATION hoi
971: WHERE hoi.org_information_context ='Accounting Information'
972: AND hoi.organization_id = org.organization_id
973: AND hoi.org_information1 = to_char(gsb.set_of_books_id);
974: