DBA Data[Home] [Help]

APPS.IEX_CALL_HISTORY dependencies on JTF_RS_RESOURCE_EXTNS_VL

Line 7: resource_name jtf_rs_resource_extns_vl.resource_name%TYPE,

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) ,
9: Paid Varchar2(5) ,
10: Correspondence_sent Varchar2(5) ,
11: Promise_to_pay Varchar2(5) ) ;

Line 25: jtf_rs_resource_extns_vl.resource_name%TYPE

21:
22: TYPE start_date_time_tbl IS TABLE OF Date
23: Index By Binary_Integer ;
24: TYPE resource_name_tbl IS TABLE OF
25: jtf_rs_resource_extns_vl.resource_name%TYPE
26: Index By Binary_Integer ;
27:
28: v_interaction_id_tbl Interaction_id_tbl ;
29: v_start_date_time_tbl start_date_time_tbl ;