DBA Data[Home] [Help]

APPS.GL_COA_SEG_VAL_IMP_PUB SQL Statements

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

Line: 49

 SELECT
   message_number,
   message_text
 FROM   fnd_new_messages
 WHERE  application_id=101
 AND    language_code = USERENV('LANG')
 AND    message_name=cp_c_msg_name;