DBA Data[Home] [Help]

APPS.IGR_IN_JTF_INTERACTIONS_PKG dependencies on JTF_IH_INTERACTIONS

Line 380: FROM jtf_ih_interactions

376: l_result_id NUMBER;
377:
378: CURSOR int_active IS
379: SELECT active, outcome_id, reason_id, result_id
380: FROM jtf_ih_interactions
381: WHERE interaction_id = Igr_in_jtf_interactions_pkg.g_int_id;
382:
383: BEGIN
384: