DBA Data[Home] [Help]

APPS.IEX_CALL_HISTORY dependencies on JTF_IH_INTERACTIONS

Line 4: Interaction_id JTF_IH_INTERACTIONS.Interaction_Id%TYPE,

1: Package IEX_CALL_HISTORY AS
2: /* $Header: iexhicls.pls 120.0 2004/01/24 03:18:50 appldev noship $ */
3: TYPE Interaction_Rec is RECORD(
4: Interaction_id JTF_IH_INTERACTIONS.Interaction_Id%TYPE,
5: start_date Varchar2(25) ,
6: start_time Varchar2(25) ,
7: resource_name jtf_rs_resource_extns_vl.resource_name%TYPE,
8: Disputed Varchar2(5) ,

Line 18: JTF_IH_INTERACTIONS.Interaction_Id%TYPE

14: TYPE Interaction_tbl is TABLE of Interaction_rec
15: Index By Binary_Integer ;
16:
17: TYPE interaction_id_tbl IS TABLE OF
18: JTF_IH_INTERACTIONS.Interaction_Id%TYPE
19: Index By Binary_Integer ;
20:
21:
22: TYPE start_date_time_tbl IS TABLE OF Date