DBA Data[Home] [Help]

APPS.ECX_TRANSACTIONS_API dependencies on ECX_TRANSACTIONS_VL

Line 38: from ECX_TRANSACTIONS_VL

34: CREATED_BY,
35: CREATION_DATE,
36: LAST_UPDATED_BY,
37: LAST_UPDATE_DATE
38: from ECX_TRANSACTIONS_VL
39: where transaction_type = p_transaction_type
40: and transaction_subtype = p_transaction_subtype
41: and party_type = p_party_type; --Bug #2183619
42:

Line 659: ECX_TRANSACTIONS_VL et

655: x_creation_date,
656: x_last_updated_by,
657: x_last_update_date
658: from ECX_EXT_PROCESSES eep,
659: ECX_TRANSACTIONS_VL et
660: where et.transaction_id = p_transaction_id
661: and et.transaction_id = eep.transaction_id
662: and eep.standard_id = x_standard_id
663: and eep.direction = p_direction