DBA Data[Home] [Help]

APPS.CCT_CLASS_ENGINE_UPG dependencies on CCT_INTERACTION_KEYS

Line 266: update cct_interaction_keys set IVR_MAP_ENABLED='Y' where interaction_key='occtAgentID' ;

262:
263: END LOOP;
264:
265: -- Update occtAgentID Key.
266: update cct_interaction_keys set IVR_MAP_ENABLED='Y' where interaction_key='occtAgentID' ;
267:
268: --dbms_output.put_line('At End of 2nd For Loop');
269: EXCEPTION
270: WHEN Others THEN