DBA Data[Home] [Help]

APPS.JL_INTERFACE_VAL dependencies on JL_ZZ_AR_TX_ATT_CLS

Line 3006: FROM jl_zz_ar_tx_att_cls tac,

3002: l_dummy := 0;
3003: BEGIN
3004: SELECT count(*)
3005: INTO l_dummy
3006: FROM jl_zz_ar_tx_att_cls tac,
3007: jl_zz_ar_tx_categ tc
3008: WHERE tac.tax_attr_class_code = p_glob_attr_set2.global_attribute8
3009: AND tac.tax_attr_class_type = 'CONTRIBUTOR_CLASS'
3010: AND tac.enabled_flag = 'Y'

Line 3031: JL_ZZ_AR_TX_ATT_CLS if value is 'N'.

3027: Currently NULL value is interpreted as 'Y' by Latin Tax Engine to
3028: support existing records. New records in Customer Site must have
3029: a value of 'Y'/'N' for global_attribute9. If value is 'Y', Tax
3030: Engine evaluates JL_ZZ_AR_TX_CUS_CLS for applicability and evaluates
3031: JL_ZZ_AR_TX_ATT_CLS if value is 'N'.
3032: This change was implemented as part of Bugfix #1783986 */
3033:
3034: IF NVL(p_glob_attr_set2.global_attribute9,'Y') <> 'N' THEN
3035: l_error_code := l_error_code || 'n0,';