DBA Data[Home] [Help]

VIEW: APPS.JL_ZZ_AR_TX_ATT_CLS_V

Source

View Text - Preformatted

SELECT tcac.rowid row_id, tcac.attribute_class_id attribute_class_id, tcac.tax_attr_class_type tax_attr_class_type, tcac.tax_attr_class_code tax_attr_class_code, tcac.tax_category_id tax_category_id, tc.tax_category tax_category, tcac.tax_attribute_type tax_attribute_type, tcac.tax_attribute_name tax_attribute_name, substr(JL_ZZ_AR_TX_LIB_PKG.get_lookup_meaning(tcac.tax_attribute_name, tcac.tax_attribute_type),1,80) attr_name_meaning, tcac.tax_attribute_value tax_attribute_value, substr(JL_ZZ_AR_TX_LIB_PKG.get_lookup_meaning(tcac.tax_attribute_value, 'JLZZ_AR_TX_ATTR_VALUE'),1,80) attr_value_meaning, tcac.enabled_flag enabled_flag, tcac.org_id, tcac.creation_date creation_date, tcac.created_by created_by, tcac.last_update_date last_update_date, tcac.last_updated_by last_updated_by, tcac.last_update_login last_update_login, tcac.attribute_category attribute_category, tcac.attribute1 attribute1, tcac.attribute2 attribute2, tcac.attribute3 attribute3, tcac.attribute4 attribute4, tcac.attribute5 attribute5, tcac.attribute6 attribute6, tcac.attribute7 attribute7, tcac.attribute8 attribute8, tcac.attribute9 attribute9, tcac.attribute10 attribute10, tcac.attribute11 attribute11, tcac.attribute12 attribute12, tcac.attribute13 attribute13, tcac.attribute14 attribute14, tcac.attribute15 attribute15 FROM jl_zz_ar_tx_att_cls tcac, jl_zz_ar_tx_categ_all tc, ar_system_parameters_all sys WHERE tcac.tax_category_id = tc.tax_category_id AND tc.tax_rule_set = sys.global_attribute13 AND nvl(tcac.org_id,-99) = nvl(tc.org_id,-99) AND nvl(tcac.org_id,-99) = nvl(sys.org_id,-99)
View Text - HTML Formatted

SELECT TCAC.ROWID ROW_ID
, TCAC.ATTRIBUTE_CLASS_ID ATTRIBUTE_CLASS_ID
, TCAC.TAX_ATTR_CLASS_TYPE TAX_ATTR_CLASS_TYPE
, TCAC.TAX_ATTR_CLASS_CODE TAX_ATTR_CLASS_CODE
, TCAC.TAX_CATEGORY_ID TAX_CATEGORY_ID
, TC.TAX_CATEGORY TAX_CATEGORY
, TCAC.TAX_ATTRIBUTE_TYPE TAX_ATTRIBUTE_TYPE
, TCAC.TAX_ATTRIBUTE_NAME TAX_ATTRIBUTE_NAME
, SUBSTR(JL_ZZ_AR_TX_LIB_PKG.GET_LOOKUP_MEANING(TCAC.TAX_ATTRIBUTE_NAME
, TCAC.TAX_ATTRIBUTE_TYPE)
, 1
, 80) ATTR_NAME_MEANING
, TCAC.TAX_ATTRIBUTE_VALUE TAX_ATTRIBUTE_VALUE
, SUBSTR(JL_ZZ_AR_TX_LIB_PKG.GET_LOOKUP_MEANING(TCAC.TAX_ATTRIBUTE_VALUE
, 'JLZZ_AR_TX_ATTR_VALUE')
, 1
, 80) ATTR_VALUE_MEANING
, TCAC.ENABLED_FLAG ENABLED_FLAG
, TCAC.ORG_ID
, TCAC.CREATION_DATE CREATION_DATE
, TCAC.CREATED_BY CREATED_BY
, TCAC.LAST_UPDATE_DATE LAST_UPDATE_DATE
, TCAC.LAST_UPDATED_BY LAST_UPDATED_BY
, TCAC.LAST_UPDATE_LOGIN LAST_UPDATE_LOGIN
, TCAC.ATTRIBUTE_CATEGORY ATTRIBUTE_CATEGORY
, TCAC.ATTRIBUTE1 ATTRIBUTE1
, TCAC.ATTRIBUTE2 ATTRIBUTE2
, TCAC.ATTRIBUTE3 ATTRIBUTE3
, TCAC.ATTRIBUTE4 ATTRIBUTE4
, TCAC.ATTRIBUTE5 ATTRIBUTE5
, TCAC.ATTRIBUTE6 ATTRIBUTE6
, TCAC.ATTRIBUTE7 ATTRIBUTE7
, TCAC.ATTRIBUTE8 ATTRIBUTE8
, TCAC.ATTRIBUTE9 ATTRIBUTE9
, TCAC.ATTRIBUTE10 ATTRIBUTE10
, TCAC.ATTRIBUTE11 ATTRIBUTE11
, TCAC.ATTRIBUTE12 ATTRIBUTE12
, TCAC.ATTRIBUTE13 ATTRIBUTE13
, TCAC.ATTRIBUTE14 ATTRIBUTE14
, TCAC.ATTRIBUTE15 ATTRIBUTE15
FROM JL_ZZ_AR_TX_ATT_CLS TCAC
, JL_ZZ_AR_TX_CATEG_ALL TC
, AR_SYSTEM_PARAMETERS_ALL SYS
WHERE TCAC.TAX_CATEGORY_ID = TC.TAX_CATEGORY_ID
AND TC.TAX_RULE_SET = SYS.GLOBAL_ATTRIBUTE13
AND NVL(TCAC.ORG_ID
, -99) = NVL(TC.ORG_ID
, -99)
AND NVL(TCAC.ORG_ID
, -99) = NVL(SYS.ORG_ID
, -99)