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

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 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