DBA Data[Home] [Help]

APPS.ARP_CORRECT_CC_ERRORS dependencies on HR_ALL_ORGANIZATION_UNITS

Line 1327: FROM hr_all_organization_units

1323:
1324: /* Get the org_name to pass while raising the business event */
1325: BEGIN
1326: SELECT name INTO l_org_name
1327: FROM hr_all_organization_units
1328: WHERE organization_id = fnd_profile.value( 'ORG_ID');
1329: EXCEPTION
1330: WHEN OTHERS THEN
1331: l_org_name := NULL;