DBA Data[Home] [Help]

APPS.GMS_RES_MAP dependencies on HR_ORGANIZATION_UNITS

Line 1376: from hr_organization_units

1372: BEGIN
1373:
1374: Select name
1375: into l_organization_name
1376: from hr_organization_units
1377: where organization_id = x_expenditure_org_id;
1378: EXCEPTION
1379: WHEN NO_DATA_FOUND THEN
1380: NULL;

Line 1532: from hr_organization_units

1528: If l_organization_name is null then
1529:
1530: Select name
1531: into l_organization_name
1532: from hr_organization_units
1533: where organization_id = x_expenditure_org_id;
1534:
1535: End If;
1536: