DBA Data[Home] [Help]

APPS.PAY_UPGRADE_LEGISLATIONS_PKG dependencies on FND_TERRITORIES

Line 101: from fnd_territories

97: is
98: --
99: cursor csr_legislation_code is
100: select null
101: from fnd_territories
102: where territory_code = p_legislation_code ;
103: --
104: l_exists varchar2(1);
105: l_proc varchar2(100) := g_package || 'chk_legislation_code';