DBA Data[Home] [Help]

APPS.OE_BULK_ORDER_IMPORT_PVT dependencies on HR_OPERATING_UNITS

Line 746: FROM hr_operating_units

742: FOR ca_enabled_rec IN ca_enabled_cur LOOP
743: BEGIN
744: SELECT name
745: INTO l_oper_unit_name
746: FROM hr_operating_units
747: WHERE organization_id = ca_enabled_rec.org_id ;
748:
749: FND_MESSAGE.SET_NAME('ONT','ONT_BULK_NOT_SUPP_ACCEPTANCE');
750: FND_MESSAGE.SET_TOKEN('OU','''' || l_oper_unit_name || '''');