AR_RECEIVABLES_TRX_MISC_H_V

Details

  • Schema: FUSION

  • Object owner: AR

  • Object type: VIEW

Columns

Name

MC_ACT_ASSET_TAX_CODE

MC_ACT_ATTR1

MC_ACT_ATTR10

MC_ACT_ATTR11

MC_ACT_ATTR12

MC_ACT_ATTR13

MC_ACT_ATTR14

MC_ACT_ATTR15

MC_ACT_ATTR2

MC_ACT_ATTR3

MC_ACT_ATTR4

MC_ACT_ATTR5

MC_ACT_ATTR6

MC_ACT_ATTR7

MC_ACT_ATTR8

MC_ACT_ATTR9

MC_ACT_ATTR_CAT

MC_ACT_CODE_COMBINATION_ID

MC_ACT_DEF_ACCT_DISTRIB_SET

MC_ACT_DESCRIPTION

MC_ACT_GL_ACCOUNT_SOURCE

MC_ACT_LIABILITY_TAX_CODE

MC_ACT_NAME

MC_ACT_RECEIVABLES_TRX_ID

MC_ACT_TAX_CODE_SOURCE

MC_ACT_TAX_RECOVERABLE_FLAG

MC_ACT_TYPE

EVENT_ID

MC_ACT_GLOBAL_ATTR_CTG

MC_ACT_GLOBAL_ATTR1

MC_ACT_GLOBAL_ATTR2

MC_ACT_GLOBAL_ATTR3

MC_ACT_GLOBAL_ATTR4

MC_ACT_GLOBAL_ATTR5

MC_ACT_GLOBAL_ATTR6

MC_ACT_GLOBAL_ATTR7

MC_ACT_GLOBAL_ATTR8

MC_ACT_GLOBAL_ATTR9

MC_ACT_GLOBAL_ATTR10

MC_ACT_GLOBAL_ATTR11

MC_ACT_GLOBAL_ATTR12

MC_ACT_GLOBAL_ATTR13

MC_ACT_GLOBAL_ATTR14

MC_ACT_GLOBAL_ATTR15

MC_ACT_GLOBAL_ATTR16

MC_ACT_GLOBAL_ATTR17

MC_ACT_GLOBAL_ATTR18

MC_ACT_GLOBAL_ATTR19

MC_ACT_GLOBAL_ATTR20

Query

SQL_Statement

SELECT /*+INDEX(he AR_XLA_LINES_EXTRACT_N1) */ rtam.asset_tax_code mc_act_asset_tax_code ,rtam.attribute1 mc_act_attr1 ,rtam.attribute10 mc_act_attr10 ,rtam.attribute11 mc_act_attr11 ,rtam.attribute12 mc_act_attr12 ,rtam.attribute13 mc_act_attr13 ,rtam.attribute14 mc_act_attr14 ,rtam.attribute15 mc_act_attr15 ,rtam.attribute2 mc_act_attr2 ,rtam.attribute3 mc_act_attr3 ,rtam.attribute4 mc_act_attr4 ,rtam.attribute5 mc_act_attr5 ,rtam.attribute6 mc_act_attr6 ,rtam.attribute7 mc_act_attr7 ,rtam.attribute8 mc_act_attr8 ,rtam.attribute9 mc_act_attr9 ,rtam.attribute_category mc_act_attr_cat ,rtam.code_combination_id mc_act_code_combination_id ,rtam.default_acctg_distribution_set mc_act_def_acct_distrib_set ,rtam.description mc_act_description ,rtam.gl_account_source mc_act_gl_account_source ,rtam.liability_tax_code mc_act_liability_tax_code ,rtam.name mc_act_name ,rtam.receivables_trx_id mc_act_receivables_trx_id ,rtam.tax_code_source mc_act_tax_code_source ,rtam.tax_recoverable_flag mc_act_tax_recoverable_flag ,rtam.type mc_act_type ,he.event_id event_id,rtam.global_attribute_category mc_act_global_attr_ctg,rtam.global_attribute1 mc_act_global_attr1,rtam.global_attribute2 mc_act_global_attr2,rtam.global_attribute3 mc_act_global_attr3,rtam.global_attribute4 mc_act_global_attr4,rtam.global_attribute5 mc_act_global_attr5,rtam.global_attribute6 mc_act_global_attr6,rtam.global_attribute7 mc_act_global_attr7,rtam.global_attribute8 mc_act_global_attr8,rtam.global_attribute9 mc_act_global_attr9,rtam.global_attribute10 mc_act_global_attr10,rtam.global_attribute11 mc_act_global_attr11,rtam.global_attribute12 mc_act_global_attr12,rtam.global_attribute13 mc_act_global_attr13,rtam.global_attribute14 mc_act_global_attr14,rtam.global_attribute15 mc_act_global_attr15,rtam.global_attribute16 mc_act_global_attr16,rtam.global_attribute17 mc_act_global_attr17,rtam.global_attribute18 mc_act_global_attr18,rtam.global_attribute19 mc_act_global_attr19,rtam.global_attribute20 mc_act_global_attr20 FROM ar_receivables_trx_all rtam ,ar_xla_lines_extract he WHERE rtam.receivables_trx_id = he.receivables_trx_id and he.level_flag = 'H' and rtam.org_id = he.org_id