AR_CM_BATCH_SRC_H_V

Details

  • Schema: FUSION

  • Object owner: AR

  • Object type: VIEW

Columns

Name

CM_BATCH_SOURCE_SEQ_ID

CM_BATCH_SOURCE_DESCRIPTION

CM_BATCH_SOURCE_GLOBAL_ATTR1

CM_BATCH_SOURCE_GLOBAL_ATTR2

CM_BATCH_SOURCE_GLOBAL_ATTR3

CM_BATCH_SOURCE_GLOBAL_ATTR4

CM_BATCH_SOURCE_GLOBAL_ATTR5

CM_BATCH_SOURCE_GLOBAL_ATTR6

CM_BATCH_SOURCE_GLOBAL_ATT_CAT

CM_BATCH_SOURCE_NAME

LEDGER_ID

EVENT_ID

Query

SQL_Statement

SELECT

/*+INDEX (he ar_xla_lines_extract_n1)*/

bsa2.batch_source_seq_id cm_batch_source_seq_id ,

bsa2.description cm_batch_source_description ,

bsa2.global_attribute1 cm_batch_source_global_attr1 ,

bsa2.global_attribute2 cm_batch_source_global_attr2 ,

bsa2.global_attribute3 cm_batch_source_global_attr3 ,

bsa2.global_attribute4 cm_batch_source_global_attr4 ,

bsa2.global_attribute5 cm_batch_source_global_attr5 ,

bsa2.global_attribute6 cm_batch_source_global_attr6 ,

bsa2.global_attribute_category cm_batch_source_global_att_cat ,

bsa2.name cm_batch_source_name ,

he.ledger_id ledger_id ,

he.event_id event_id

FROM ra_batch_sources_all bsa2 ,

ar_xla_lines_extract he

WHERE he.batch_source_seq_id = bsa2.batch_source_seq_id

AND he.level_flag = 'H'

AND he.event_type_code IN ( 'CM_CREATE' , 'CM_UPDATE')