APPS.PA_AP_INTEGRATION dependencies on PER_ORGANIZATION_UNITS
Line 640: FROM per_organization_units
636: WHERE name = p_org_name;
637:
638: CURSOR c_get_org_name(p_organization_id HR_ALL_ORGANIZATION_UNITS_TL.ORGANIZATION_ID%TYPE) IS
639: SELECT name 640: FROM per_organization_units 641: WHERE organization_id = p_organization_id;
642: /* Bug 5555041 - End */
643: BEGIN
644: l_default_exp_org := FND_PROFILE.VALUE('PA_DEFAULT_EXP_ORG');