DBA Data[Home] [Help]

APPS.PO_DRAFT_EVENTS_PKG dependencies on XLA_TRANSACTION_ENTITIES

Line 76: FROM xla_transaction_entities xte,

72: xte.source_id_int_2,
73: xte.source_id_int_3,
74: xte.source_id_int_4,
75: xte.source_id_char_1
76: FROM xla_transaction_entities xte,
77: xla_events xe
78: WHERE NVL(xe.budgetary_control_flag, 'N') ='Y'
79: AND xte.entity_code IN ('REQUISITION','PURCHASE_ORDER','RELEASE')
80: AND xte.application_id = 201