DBA Data[Home] [Help]

APPS.EGO_INV_ITEM_CATALOG_PVT dependencies on HR_ALL_ORGANIZATION_UNITS_VL

Line 62: FROM hr_all_organization_units_vl

58: -- get organiation name
59: --
60: SELECT name
61: INTO l_org_name
62: FROM hr_all_organization_units_vl
63: WHERE organization_id = p_organization_id;
64: --
65: -- create the mesage
66: --