DBA Data[Home] [Help]

APPS.FND_DATADICT_SEQ_PKG SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 21

    update fnd_sequences
    set   sequence_name = p_new_seqname
    where sequence_name = p_old_seqname
    and   application_id = p_appl_id;