DBA Data[Home] [Help]

APPS.PAY_ECU_BUS dependencies on FND_TERRITORIES

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

478: -- |--------------------------< chk_legislation_code>-------------------------|
479: -- ----------------------------------------------------------------------------
480: --
481: -- Description:
482: -- Validates that the legislation code exists in fnd_territories
483: --
484: -- Pre-Requisites:
485: -- None
486: --

Line 509: from fnd_territories

505: is
506: --
507: cursor csr_legislation_code is
508: select null
509: from fnd_territories
510: where territory_code = p_legislation_code ;
511: --
512: l_exists varchar2(1);
513: l_proc varchar2(100) := g_package || 'chk_legislation_code';