DBA Data[Home] [Help]

APPS.ARP_CORRECT_CC_ERRORS dependencies on HR_ALL_ORGANIZATION_UNITS

Line 1332: FROM hr_all_organization_units

1328:
1329: /* Get the org_name to pass while raising the business event */
1330: BEGIN
1331: SELECT name INTO l_org_name
1332: FROM hr_all_organization_units
1333: WHERE organization_id = fnd_profile.value( 'ORG_ID');
1334: EXCEPTION
1335: WHEN OTHERS THEN
1336: l_org_name := NULL;