DBA Data[Home] [Help]

APPS.PAY_DK_ARCHIVE_EIN dependencies on PER_ADDRESSES_V

Line 907: FROM per_addresses_v

903:
904: /* Get the territory */
905: CURSOR csr_get_territory(pid per_all_people_f.person_id%type) IS
906: SELECT *
907: FROM per_addresses_v
908: WHERE person_id =pid
909: and primary_flag='Y';
910:
911: rg_csr_get_territory csr_get_territory%rowtype;