DBA Data[Home] [Help]

APPS.PAY_FI_ARCHIVE_DPSA dependencies on FND_TERRITORIES_VL

Line 884: FROM fnd_territories_VL

880:
881: /* Cursor to check archived data */
882: CURSOR csr_country (p_country_code VARCHAR2) IS
883: SELECT territory_short_name territory_name , TERRITORY_CODE||' - '||territory_short_name territory_short_name
884: FROM fnd_territories_VL
885: WHERE TERRITORY_CODE=p_country_code;
886:
887: rg_csr_country csr_country%rowtype;
888: