DBA Data[Home] [Help]

APPS.PO_ENCUMBRANCE_POSTPROCESSING dependencies on XLA_TRANSACTION_ENTITIES

Line 1244: xla_transaction_entities xte

1240: pbd.distribution_type
1241: FROM
1242: po_bc_distributions pbd,
1243: xla_events xe,
1244: xla_transaction_entities xte
1245: WHERE
1246: xe.event_id = pbd.ae_event_id
1247: AND xe.EVENT_STATUS_CODE = 'U'
1248: AND xe.PROCESS_STATUS_CODE in ('D', 'I')

Line 1262: xla_transaction_entities xte

1258: pbd.distribution_type
1259: FROM
1260: po_bc_distributions pbd,
1261: xla_events xe,
1262: xla_transaction_entities xte
1263: WHERE
1264: xe.event_id = pbd.ae_event_id
1265: AND xe.EVENT_STATUS_CODE = 'P'
1266: AND xe.PROCESS_STATUS_CODE = 'I'