DBA Data[Home] [Help]

APPS.POR_REDIRECT SQL Statements

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

Line: 44

		select  application_id
		into    l_application_id
		from    fnd_responsibility
		where   responsibility_id = l_responsibilityID;
Line: 153

  select application_id into l_application_id from fnd_application
  where application_short_name = 'ICX';