DBA Data[Home] [Help]

APPS.CCT_APPID_PUB dependencies on CCT_AGENT_RT_STATS

Line 18: select resp_id from cct_agent_rt_stats

14: IS
15: l_respID NUMBER(15);
16: l_appID NUMBER(15);
17: CURSOR l_resp_csr IS
18: select resp_id from cct_agent_rt_stats
19: where attribute1 is not null and attribute1='T' and agent_id=p_AgentID;
20: Begin
21: l_respID:=-1;
22: l_appID:=-1;