DBA Data[Home] [Help]

APPS.PAY_FI_ARCHIVE_PSTA dependencies on FND_TERRITORIES_VL

Line 1779: from fnd_territories_vl

1775: cursor csr_get_territory_name (
1776: p_territory_code varchar2
1777: ) is
1778: select territory_short_name
1779: from fnd_territories_vl
1780: where territory_code = p_territory_code;
1781:
1782: l_country fnd_territories_vl.territory_short_name%type;
1783: begin

Line 1782: l_country fnd_territories_vl.territory_short_name%type;

1778: select territory_short_name
1779: from fnd_territories_vl
1780: where territory_code = p_territory_code;
1781:
1782: l_country fnd_territories_vl.territory_short_name%type;
1783: begin
1784: if g_debug then
1785: hr_utility.set_location (' Entering Function GET_COUNTRY_NAME', 140);
1786: end if;