DBA Data[Home] [Help]

APPS.PAY_EGU_BUS dependencies on FND_TERRITORIES

Line 516: -- Validates that the legislation code exists in fnd_territories

512: -- |--------------------------< chk_legislation_code>-------------------------|
513: -- ----------------------------------------------------------------------------
514: --
515: -- Description:
516: -- Validates that the legislation code exists in fnd_territories
517: --
518: -- Pre-Requisites:
519: -- None
520: --

Line 543: from fnd_territories

539: is
540: --
541: cursor csr_legislation_code is
542: select null
543: from fnd_territories
544: where territory_code = p_legislation_code ;
545: --
546: l_exists varchar2(1);
547: l_proc varchar2(100) := g_package || 'chk_legislation_code';