DBA Data[Home] [Help]

APPS.ZX_TDS_UTILITIES_PKG dependencies on ZX_RATES_B

Line 866: -- This procedure get tax_rate_id from zx_rates_b with given tax_regime_code,

862: -- get_tax_rate_info
863: --
864: -- DESCRIPTION
865: --
866: -- This procedure get tax_rate_id from zx_rates_b with given tax_regime_code,
867: -- tax, tax_status_code, tax_rate_code and tax_determine_date.
868: --
869: -- IN
870: -- p_tax_regime_code VARCHAR2

Line 1167: -- This procedure get tax_rate_id from zx_rates_b with given tax_rate_id

1163: -- get_tax_rate_info
1164: --
1165: -- DESCRIPTION
1166: --
1167: -- This procedure get tax_rate_id from zx_rates_b with given tax_rate_id
1168: --
1169: -- IN
1170: -- p_tax_id NUMBER
1171: -- OUT NOCOPY

Line 1212: FROM ZX_RATES_B

1208: adj_for_adhoc_amt_code,
1209: inclusive_tax_flag,
1210: tax_class
1211: -- FROM ZX_SCO_RATES -- Bug#5395227
1212: FROM ZX_RATES_B
1213: WHERE tax_rate_id = p_tax_rate_id
1214: AND active_flag = 'Y';
1215:
1216: l_tbl_index BINARY_INTEGER;