DBA Data[Home] [Help]

APPS.JA_CN_CFS_IMA_PKG dependencies on XLA_EVENT_CLASSES_TL

Line 74: l_Event_Class_Name xla_event_classes_TL.Name%type;

70: l_Mapping_Header_Id Ja_Cn_Cfs_Item_Mapping_Hdrs.Mapping_Header_Id%type;
71: l_h_effective_start_date Ja_Cn_Cfs_Item_Mapping_Hdrs.Effective_Start_Date%type;
72: l_h_effective_end_date Ja_Cn_Cfs_Item_Mapping_Hdrs.Effective_End_Date%type;
73: l_Application_Name FND_APPLICATION_TL.Application_Name%type;
74: l_Event_Class_Name xla_event_classes_TL.Name%type;
75: l_source_name Xla_Sources_tl.Name%type;
76: l_org_id ja_cn_cfs_item_mapping_lines.org_id%type;
77: l_org_name hr_all_organization_units_tl.name%type;
78: l_ac_value ja_cn_cfs_item_mapping_lines.ac_value%type;

Line 137: FROM xla_event_classes_TL

133:
134: --get the event_class-name
135: CURSOR c_Event_Class_Name is
136: select name
137: FROM xla_event_classes_TL
138: where Event_Class_Code = l_Event_Class_Code
139: and LANGUAGE = USERENV('LANG');
140:
141: --get cash flow item description

Line 175: Xla_Event_Classes_Tl Ev,

171: Xla_Analytical_Dtls_Tl Ad,
172: Xla_Analytical_Dtls_b Adl,
173: Xla_Analytical_Sources Sur,
174: Xla_Sources_tl st,
175: Xla_Event_Classes_Tl Ev,
176: Fnd_Application_Tl App
177: WHERE Cim.Application_Id = Sur.Source_Application_Id
178: AND Cim.Amb_Context_Code = Ah.Amb_Context_Code
179: AND cim.analytical_criterion_code = ah.analytical_criterion_code