DBA Data[Home] [Help]

APPS.EGO_INV_ITEM_CATALOG_PVT dependencies on HR_ALL_ORGANIZATION_UNITS_VL

Line 61: FROM hr_all_organization_units_vl

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