DBA Data[Home] [Help]

APPS.CST_PRJMFG_COST_COLLECTOR dependencies on HR_ALL_ORGANIZATION_UNITS_TL

Line 1576: From hr_all_organization_units_tl haout

1572: Bug 2124765 */
1573:
1574: if wt_rec.c_business_group_id is not null THEN
1575: Select haout.name into l_business_group_name
1576: From hr_all_organization_units_tl haout
1577: WHERE
1578: haout.organization_id = wt_rec.c_business_group_id
1579: AND haout.language = USERENV('LANG');
1580: end if;