DBA Data[Home] [Help]

APPS.JAI_AR_UTILS_PKG dependencies on JAI_CONSTANTS

Line 120: DECODE(rgm_tax_types.regime_Code,jai_constants.vat_regime, 4, /* added by ssumaith - bug# 4245053*/

116: a.precedence_6 p_6, a.precedence_7 p_7, a.precedence_8 p_8, a.precedence_9 p_9, a.precedence_10 p_10,
117: b.tax_rate,
118: a.tax_amount, --Modified by Xiao for bug#9109910 on 3-Dec-09, /*b.tax_amount, */
119: b.uom_code, b.end_date valid_date, b.rounding_factor,
120: DECODE(rgm_tax_types.regime_Code,jai_constants.vat_regime, 4, /* added by ssumaith - bug# 4245053*/
121: jai_constants.cgst_regime, 7, /*Added by Peng Zheng for GST Bug#10043656*/
122: jai_constants.sgst_regime, 7, /*Added by Peng Zheng for GST Bug#10043656*/
123: decode(upper(b.tax_type),
124: 'EXCISE', 1,

Line 121: jai_constants.cgst_regime, 7, /*Added by Peng Zheng for GST Bug#10043656*/

117: b.tax_rate,
118: a.tax_amount, --Modified by Xiao for bug#9109910 on 3-Dec-09, /*b.tax_amount, */
119: b.uom_code, b.end_date valid_date, b.rounding_factor,
120: DECODE(rgm_tax_types.regime_Code,jai_constants.vat_regime, 4, /* added by ssumaith - bug# 4245053*/
121: jai_constants.cgst_regime, 7, /*Added by Peng Zheng for GST Bug#10043656*/
122: jai_constants.sgst_regime, 7, /*Added by Peng Zheng for GST Bug#10043656*/
123: decode(upper(b.tax_type),
124: 'EXCISE', 1,
125: 'ADDL. EXCISE', 1,

Line 122: jai_constants.sgst_regime, 7, /*Added by Peng Zheng for GST Bug#10043656*/

118: a.tax_amount, --Modified by Xiao for bug#9109910 on 3-Dec-09, /*b.tax_amount, */
119: b.uom_code, b.end_date valid_date, b.rounding_factor,
120: DECODE(rgm_tax_types.regime_Code,jai_constants.vat_regime, 4, /* added by ssumaith - bug# 4245053*/
121: jai_constants.cgst_regime, 7, /*Added by Peng Zheng for GST Bug#10043656*/
122: jai_constants.sgst_regime, 7, /*Added by Peng Zheng for GST Bug#10043656*/
123: decode(upper(b.tax_type),
124: 'EXCISE', 1,
125: 'ADDL. EXCISE', 1,
126: 'OTHER EXCISE', 1,

Line 1466: p_flag VARCHAR2 -- DEFAULT 'Y' -- Use jai_constants.yes in the call of this procedure. Ramananda for for File.Sql.35

1462: END recalculate_tax;
1463:
1464: Procedure locator_handler(
1465: p_trx_id NUMBER,
1466: p_flag VARCHAR2 -- DEFAULT 'Y' -- Use jai_constants.yes in the call of this procedure. Ramananda for for File.Sql.35
1467: )
1468: IS
1469: pragma AUTONOMOUS_TRANSACTION; -- Vijay Shankar for Bug# 3985561
1470: