DBA Data[Home] [Help]

APPS.LNS_DISTRIBUTIONS_PUB dependencies on XLA_AE_LINES

Line 4166: ,xla_ae_lines ael

4162: ,ael.code_combination_id
4163: from ra_customer_trx_all inv
4164: ,xla_transaction_entities ent
4165: ,xla_ae_headers aeh
4166: ,xla_ae_lines ael
4167: ,lns_loan_lines lline
4168: where ent.application_id = 222
4169: and lline.reference_id = ent.source_id_int_1
4170: and lline.loan_id = p_loan_id

Line 4206: ,xla_ae_lines ael

4202: ,ael.code_combination_id
4203: from ar_adjustments_all adj
4204: ,xla_transaction_entities ent
4205: ,xla_ae_headers aeh
4206: ,xla_ae_lines ael
4207: where ent.application_id = 222
4208: and adj.adjustment_id = ent.source_id_int_1
4209: and ent.entity_code = 'ADJUSTMENTS'
4210: and ent.entity_id = aeh.entity_id

Line 6596: ,xla_ae_lines ael

6592: ,ael.code_combination_id
6593: from ar_adjustments_all adj
6594: ,xla_transaction_entities ent
6595: ,xla_ae_headers aeh
6596: ,xla_ae_lines ael
6597: where ent.application_id = 222
6598: and adj.adjustment_id = ent.source_id_int_1
6599: and ent.entity_code = 'ADJUSTMENTS'
6600: and ent.entity_id = aeh.entity_id

Line 6628: ,xla_ae_lines ael

6624: ,ael.code_combination_id
6625: from ra_customer_trx_all inv
6626: ,xla_transaction_entities ent
6627: ,xla_ae_headers aeh
6628: ,xla_ae_lines ael
6629: where ent.application_id = 222
6630: and inv.customer_trx_id = ent.source_id_int_1
6631: and ent.entity_code = 'TRANSACTIONS'
6632: and ent.entity_id = aeh.entity_id