DBA Data[Home] [Help]

APPS.ECX_TRANSACTIONS_API dependencies on DUAL

Line 214: from dual;

210: if ( x1_return_status = ECX_UTIL_API.G_NO_DATA_ERROR )
211: then
212: select ecx_transactions_s.nextval
213: into x_transaction_id
214: from dual;
215:
216: if p_owner = 'SEED'
217: then
218: i_last_updated_by :=1;

Line 796: from dual;

792: -- return an error status G_DUP_ERROR and return.
793:
794: select ecx_ext_processes_s.nextval
795: into x_ext_process_id
796: from dual;
797:
798: if p_owner = 'SEED'
799: then
800: i_last_updated_by :=1;