DBA Data[Home] [Help]

APPS.PAY_IN_TAX_DECLARATION dependencies on FF_GLOBALS_F

Line 1723: FROM ff_globals_f

1719: --
1720: CURSOR get_permanent_disability_80u
1721: IS
1722: SELECT global_value
1723: FROM ff_globals_f
1724: WHERE global_name = 'IN_PERMANENT_PHYSICAL_DISABILITY_80U'
1725: AND legislation_code = g_legislation_code;
1726: BEGIN
1727: --

Line 4797: FROM ff_globals_f

4793:
4794: CURSOR get_permanent_disability_80u
4795: IS
4796: SELECT global_value
4797: FROM ff_globals_f
4798: WHERE global_name = 'IN_PERMANENT_PHYSICAL_DISABILITY_80U'
4799: AND legislation_code = g_legislation_code;
4800: --
4801: BEGIN