DBA Data[Home] [Help]

APPS.ECX_TRANSACTIONS_API dependencies on ECX_EXT_PROCESSES_S

Line 794: select ecx_ext_processes_s.nextval

790: -- make sure the ext_type and ext_subtype doesnt exists.
791: -- If the code is already exists, then
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'