DBA Data[Home] [Help]

APPS.JAI_AR_TCS_REP_PKG dependencies on STANDARD

Line 3871: || Standard Rate ('SR'), Lower Rate ('LR') or Zero Rate ('ZR').

3867: CLOSE cur_get_exemption_value;
3868:
3869: /********************************************************************************************
3870: || Determine the tax exemption flag - this value would classify a tax as being of
3871: || Standard Rate ('SR'), Lower Rate ('LR') or Zero Rate ('ZR').
3872: || TCS reports would group by this and query
3873: ||=====================================================================================
3874: || || RATE || ORIG_TAX_PERCENTAGE|| Exempted_flag ||
3875: || ||-------||--------------------||---------------||

Line 3876: || Standard Rate || 10 || 10 or Null || 'SR' ||

3872: || TCS reports would group by this and query
3873: ||=====================================================================================
3874: || || RATE || ORIG_TAX_PERCENTAGE|| Exempted_flag ||
3875: || ||-------||--------------------||---------------||
3876: || Standard Rate || 10 || 10 or Null || 'SR' ||
3877: || Lower Rate || 5 || 10 || 'LR' ||
3878: || Zero Rate || 0 || Null or not null || 'ZR' ||
3879: ||=====================================================================================
3880: **********************************************************************************************/