DBA Data[Home] [Help]

APPS.ZX_TAX_RECOVERY_PKG dependencies on AP_TAX_ENGINE_PKG

Line 523: --REM calculated values to the Global area G_tax_info_rec in AP_TAX_ENGINE_PKG

519:
520: --REM -----------------------------------------------------------------------+
521: --REM If function column in the table ap_tax_recvry_rates is not null then call
522: --REM the User Defined Procedure that takes no parameters and writes all the
523: --REM calculated values to the Global area G_tax_info_rec in AP_TAX_ENGINE_PKG
524: --REM ------------------------------------------------------------------------+
525: if l_procedure IS NOT NULL then
526: --REM -----------------------------------------------------------------------+
527: -- Prepare for the Dynamic SQL

Line 550: p_rate := AP_TAX_ENGINE_PKG.G_tax_info_rec.tax_recovery_rate;

546: --REM -----------------------------------------------------------------------+
547: --REM Get the tax_recovery_rate from the G_tax_info_rec that was populated
548: --REM by the user Defined Procedure
549: --REM------------------------------------------------------------------------+
550: p_rate := AP_TAX_ENGINE_PKG.G_tax_info_rec.tax_recovery_rate;
551: --AP_LOGGING_PKG.AP_End_Block(debug_loc);
552: --AP_LOGGING_PKG.AP_End_Log;
553:
554: return (p_rate);