DBA Data[Home] [Help]

APPS.OE_BULK_ORDER_IMPORT_PVT dependencies on HR_OPERATING_UNITS

Line 651: FROM hr_operating_units

647: FOR ca_enabled_rec IN ca_enabled_cur LOOP
648: BEGIN
649: SELECT name
650: INTO l_oper_unit_name
651: FROM hr_operating_units
652: WHERE organization_id = ca_enabled_rec.org_id ;
653:
654: FND_MESSAGE.SET_NAME('ONT','ONT_BULK_NOT_SUPP_ACCEPTANCE');
655: FND_MESSAGE.SET_TOKEN('OU','''' || l_oper_unit_name || '''');