DBA Data[Home] [Help]

APPS.LNS_DISTRIBUTIONS_PUB dependencies on XLA_AE_LINES

Line 3337: ,xla_ae_lines ael

3333: ,ael.code_combination_id
3334: from ra_customer_trx_all inv
3335: ,xla_transaction_entities ent
3336: ,xla_ae_headers aeh
3337: ,xla_ae_lines ael
3338: where ent.application_id = 222
3339: and inv.customer_trx_id = ent.source_id_int_1
3340: and ent.entity_code = 'TRANSACTIONS'
3341: and ent.entity_id = aeh.entity_id

Line 3372: ,xla_ae_lines ael

3368: ,ael.code_combination_id
3369: from ar_adjustments_all adj
3370: ,xla_transaction_entities ent
3371: ,xla_ae_headers aeh
3372: ,xla_ae_lines ael
3373: where ent.application_id = 222
3374: and adj.adjustment_id = ent.source_id_int_1
3375: and ent.entity_code = 'ADJUSTMENTS'
3376: and ent.entity_id = aeh.entity_id