DBA Data[Home] [Help]

APPS.IEX_CALL_HISTORY dependencies on JTF_IH_ACTIONS_TL

Line 36: Action_Description JTF_IH_ACTIONS_TL.Short_Description%TYPE,

32: -- Actual History Activity PL/SQl Record that is passed back to the Form
33: TYPE Interaction_Activity_Rec is RECORD(
34: Interaction_Id JTF_IH_ACTIVITIES.Interaction_id%TYPE ,
35: Action_id JTF_IH_ACTIVITIES.Action_Id%TYPE ,
36: Action_Description JTF_IH_ACTIONS_TL.Short_Description%TYPE,
37: OutCome_Id JTF_IH_ACTIVITIES.Outcome_id%TYPE ,
38: Outcome_Description JTF_IH_OUTCOMES_TL.Short_Description%TYPE,
39: Reason_id JTF_IH_ACTIVITIES.Reason_Id%TYPE ,
40: Reason_Description JTF_IH_REASONS_TL.Short_Description%TYPE,