DBA Data[Home] [Help]

APPS.ECX_TRANSACTIONS_API dependencies on ECX_TP_DETAILS

Line 392: from ecx_tp_details etd,

388:
389: -- make sure that is no TP using this process first.
390: select count(*)
391: into num
392: from ecx_tp_details etd,
393: ecx_ext_processes eep
394: where eep.ext_process_id = etd.ext_process_id
395: and eep.transaction_id = p_transaction_id;
396:

Line 1085: from ecx_tp_details

1081:
1082: -- make sure that is no TP using this process first.
1083: select count(*)
1084: into num
1085: from ecx_tp_details
1086: where ext_process_id = p_ext_process_id;
1087:
1088: if (num > 0)
1089: then