AR_RECEIVABLES_TRX_UNED_L_V

Details

  • Schema: FUSION

  • Object owner: AR

  • Object type: VIEW

Columns

Name

UD_ACT_ASSET_TAX_CODE

UD_ACT_ATTR1

UD_ACT_ATTR10

UD_ACT_ATTR11

UD_ACT_ATTR12

UD_ACT_ATTR13

UD_ACT_ATTR14

UD_ACT_ATTR15

UD_ACT_ATTR2

UD_ACT_ATTR3

UD_ACT_ATTR4

UD_ACT_ATTR5

UD_ACT_ATTR6

UD_ACT_ATTR7

UD_ACT_ATTR8

UD_ACT_ATTR9

UD_ACT_ATTR_CAT

UD_ACT_CODE_COMBINATION_ID

UD_ACT_DEF_ACCT_DISTRIB_SET

UD_ACT_DESCRIPTION

UD_ACT_GL_ACCOUNT_SOURCE

UD_ACT_LIABILITY_TAX_CODE

UD_ACT_NAME

UD_ACT_RECEIVABLES_TRX_ID

UD_ACT_TAX_CODE_SOURCE

UD_ACT_TAX_RECOVERABLE_FLAG

UD_ACT_TYPE

EVENT_ID

LINE_NUMBER

LANGUAGE

LEDGER_ID

Query

SQL_Statement

SELECT /*+ INDEX(he AR_XLA_LINES_EXTRACT_N1) */ rtau.asset_tax_code ud_act_asset_tax_code ,rtau.attribute1 ud_act_attr1 ,rtau.attribute10 ud_act_attr10 ,rtau.attribute11 ud_act_attr11 ,rtau.attribute12 ud_act_attr12 ,rtau.attribute13 ud_act_attr13 ,rtau.attribute14 ud_act_attr14 ,rtau.attribute15 ud_act_attr15 ,rtau.attribute2 ud_act_attr2 ,rtau.attribute3 ud_act_attr3 ,rtau.attribute4 ud_act_attr4 ,rtau.attribute5 ud_act_attr5 ,rtau.attribute6 ud_act_attr6 ,rtau.attribute7 ud_act_attr7 ,rtau.attribute8 ud_act_attr8 ,rtau.attribute9 ud_act_attr9 ,rtau.attribute_category ud_act_attr_cat ,rtau.code_combination_id ud_act_code_combination_id ,rtau.default_acctg_distribution_set ud_act_def_acct_distrib_set ,rtau.description ud_act_description ,rtau.gl_account_source ud_act_gl_account_source ,rtau.liability_tax_code ud_act_liability_tax_code ,rtau.name ud_act_name ,rtau.receivables_trx_id ud_act_receivables_trx_id ,rtau.tax_code_source ud_act_tax_code_source ,rtau.tax_recoverable_flag ud_act_tax_recoverable_flag ,rtau.type ud_act_type ,he.event_id event_id ,he.line_number line_number ,he.language language ,he.ledger_id ledger_id FROM ar_receivables_trx_all rtau ,ar_xla_lines_extract he WHERE rtau.receivables_trx_id = he.uned_receivables_trx_id and he.level_flag = 'L' and rtau.org_id = he.org_id GROUP BY rtau.asset_tax_code ,rtau.attribute1 ,rtau.attribute10 ,rtau.attribute11 ,rtau.attribute12 ,rtau.attribute13 ,rtau.attribute14 ,rtau.attribute15 ,rtau.attribute2 ,rtau.attribute3 ,rtau.attribute4 ,rtau.attribute5 ,rtau.attribute6 ,rtau.attribute7 ,rtau.attribute8 ,rtau.attribute9 ,rtau.attribute_category ,rtau.code_combination_id ,rtau.default_acctg_distribution_set ,rtau.description ,rtau.gl_account_source ,rtau.liability_tax_code ,rtau.name ,rtau.receivables_trx_id ,rtau.tax_code_source ,rtau.tax_recoverable_flag ,rtau.type ,he.event_id ,he.line_number ,he.language ,he.ledger_id