DBA Data[Home] [Help]

APPS.PA_AP_INTEGRATION dependencies on PER_ORGANIZATION_UNITS

Line 710: FROM per_organization_units

706: WHERE name = p_org_name;
707:
708: CURSOR c_get_org_name(p_organization_id HR_ALL_ORGANIZATION_UNITS_TL.ORGANIZATION_ID%TYPE) IS
709: SELECT name
710: FROM per_organization_units
711: WHERE organization_id = p_organization_id;
712: /* Bug 5555041 - End */
713: BEGIN
714: l_default_exp_org := FND_PROFILE.VALUE('PA_DEFAULT_EXP_ORG');