DBA Data[Home] [Help]

APPS.CCT_CUSTOM_PUB SQL Statements

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

Line: 23

  select b.resource_ID into p_agent_id
  from fnd_user a, JTF_RS_RESOURCE_EXTNS b
  where a.user_name = p_agentname
  and   a.user_id   = b.user_id;