DBA Data[Home] [Help]

APPS.CS_INTERACTION_UTL dependencies on CS_INTERACTIONS

Line 20: FROM cs_interactions

16: BEGIN
17: x_return_status := fnd_api.g_ret_sts_success;
18:
19: SELECT 'x' INTO l_dummy
20: FROM cs_interactions
21: WHERE interaction_id = p_parent_interaction_id
22: AND Nvl(org_id, -99) = Decode(org_id, NULL, -99, p_org_id);
23: EXCEPTION
24: WHEN no_data_found THEN