DBA Data[Home] [Help]

APPS.CSM_SETUP_RESPONSIBILITY SQL Statements

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

Line: 50

       select 'Y'
         into responsibilityExists
         from fnd_responsibility
        where application_id = 883 -- 'CSM'
          and responsibility_key = 'OMFS_PALM'
	  and sysdate between start_date and nvl(end_date, sysdate) ;