DBA Data[Home] [Help]

APPS.JA_CN_CFS_IMA_PKG dependencies on FND_APPLICATION_TL

Line 73: l_Application_Name FND_APPLICATION_TL.Application_Name%type;

69: l_Chart_Of_Accounts_Id Ja_Cn_Cfs_Item_Mapping_Hdrs.Chart_Of_Accounts_Id%type:=P_CHART_OF_ACCOUNTS_ID;
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;

Line 130: from FND_APPLICATION_TL

126:
127: --get the application name
128: CURSOR c_Application_Name is
129: select Application_Name
130: from FND_APPLICATION_TL
131: where Application_Id = l_Application_Id
132: and LANGUAGE = USERENV('LANG');
133:
134: --get the event_class-name

Line 176: Fnd_Application_Tl App

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
180: AND cim.analytical_criterion_type_code = ah.analytical_criterion_type_code