DBA Data[Home] [Help]

APPS.CCT_SERVICEROUTING_PUB dependencies on CCT_ROUTINGWORKFLOW_UTL

Line 101: CCT_RoutingWorkflow_UTL.InsertResults

97: END IF;
98:
99: -- dbms_output.put_line ('IN CS FILTER AFTER JTF CALL');
100: -- insert the agents into the CCT_TEMPAGENTS table
101: CCT_RoutingWorkflow_UTL.InsertResults
102: (l_call_ID, 'CS_CUSTOMER_FILTER' , l_agents_tbl);
103:
104: end if;
105:

Line 199: CCT_RoutingWorkflow_UTL.InsertResults

195: return;
196: END IF;
197:
198: -- insert the agents into the CCT_TEMPAGENTS table
199: CCT_RoutingWorkflow_UTL.InsertResults
200: (l_call_ID, 'CS_PRODUCT_FILTER' , l_agents_tbl);
201:
202: end if;
203: EXCEPTION

Line 268: CCT_RoutingWorkflow_UTL.InsertResults

264: return;
265: END IF;
266:
267: -- insert the agents into the CCT_TEMPAGENTS table
268: CCT_RoutingWorkflow_UTL.InsertResults
269: (l_call_ID, 'CS_REQUEST_OWNER_FILTER' , l_agent_ID);
270:
271: end if;
272: