DBA Data[Home] [Help]

APPS.ZX_TAX_RECOVERY_PKG dependencies on AP_TAX_ENGINE_PKG

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

533:
534: --REM -----------------------------------------------------------------------+
535: --REM If function column in the table ap_tax_recvry_rates is not null then call
536: --REM the User Defined Procedure that takes no parameters and writes all the
537: --REM calculated values to the Global area G_tax_info_rec in AP_TAX_ENGINE_PKG
538: --REM ------------------------------------------------------------------------+
539: if l_procedure IS NOT NULL then
540: --REM -----------------------------------------------------------------------+
541: -- Prepare for the Dynamic SQL

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

560: --REM -----------------------------------------------------------------------+
561: --REM Get the tax_recovery_rate from the G_tax_info_rec that was populated
562: --REM by the user Defined Procedure
563: --REM------------------------------------------------------------------------+
564: p_rate := AP_TAX_ENGINE_PKG.G_tax_info_rec.tax_recovery_rate;
565: --AP_LOGGING_PKG.AP_End_Block(debug_loc);
566: --AP_LOGGING_PKG.AP_End_Log;
567:
568: return (p_rate);