DBA Data[Home] [Help]

APPS.GHR_PA_REQUESTS_PKG dependencies on FND_TERRITORIES_VL

Line 923: FROM fnd_territories_vl ter

919: ,adr.region_2
920: ,adr.postal_code
921: ,adr.country
922: ,ter.territory_short_name
923: FROM fnd_territories_vl ter
924: ,per_addresses adr
925: WHERE adr.person_id = p_person_id
926: AND adr.primary_flag = 'Y'
927: AND NVL(p_effective_date, TRUNC(sysdate))