DBA Data[Home] [Help]

APPS.JAI_AR_TCS_REP_PKG dependencies on STANDARD

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

4438: CLOSE cur_get_exemption_value;
4439:
4440: /********************************************************************************************
4441: || Determine the tax exemption flag - this value would classify a tax as being of
4442: || Standard Rate ('SR'), Lower Rate ('LR') or Zero Rate ('ZR').
4443: || TCS reports would group by this and query
4444: ||=====================================================================================
4445: || || RATE || ORIG_TAX_PERCENTAGE|| Exempted_flag ||
4446: || ||-------||--------------------||---------------||

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

4443: || TCS reports would group by this and query
4444: ||=====================================================================================
4445: || || RATE || ORIG_TAX_PERCENTAGE|| Exempted_flag ||
4446: || ||-------||--------------------||---------------||
4447: || Standard Rate || 10 || 10 or Null || 'SR' ||
4448: || Lower Rate || 5 || 10 || 'LR' ||
4449: || Zero Rate || 0 || Null or not null || 'ZR' ||
4450: ||=====================================================================================
4451: **********************************************************************************************/