DBA Data[Home] [Help]

APPS.CS_INTERACTION_UTL SQL Statements

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

Line: 19

   SELECT 'x' INTO l_dummy
     FROM cs_interactions
     WHERE interaction_id = p_parent_interaction_id
     AND Nvl(org_id, -99) = Decode(org_id, NULL, -99, p_org_id);