DBA Data[Home] [Help]

APPS.IEM_OUTBOX_PROC_PUB dependencies on JTF_IH_INTERACTIONS

Line 1966: from jtf_ih_interactions

1962: l_ih_creator := 'Y';
1963: begin
1964: select result_id, reason_id, outcome_id
1965: into l_result_id, l_reason_id, l_outcome_id
1966: from jtf_ih_interactions
1967: where interaction_id = p_interaction_id;
1968: exception
1969: when others then
1970: --dbms_output.put_line(SQLERRM);