DBA Data[Home] [Help]

APPS.JA_CN_HISDATA_MIG_PKG dependencies on GL_IMPORT_REFERENCES

Line 296: Gl_Import_References Gir

292: (SELECT DISTINCT jcjl.je_header_id
293: FROM JA_CN_JOURNAL_LINES jcjl,
294: Gl_Je_Headers Jeh,
295: Xla_Ae_Lines Ael,
296: Gl_Import_References Gir
297: WHERE Jeh.Je_Header_Id = jcjl.je_header_id
298: AND Gir.Gl_Sl_Link_Id = Ael.Gl_Sl_Link_Id
299: AND Gir.Gl_Sl_Link_Table = Ael.Gl_Sl_Link_Table
300: AND Gir.Je_Line_Num = jcjl.Je_Line_Num

Line 312: Gl_Import_References Gir

308: (SELECT DISTINCT jcjl.Je_Line_Num
309: FROM JA_CN_JOURNAL_LINES jcjl,
310: Gl_Je_Headers Jeh,
311: Xla_Ae_Lines Ael,
312: Gl_Import_References Gir
313: WHERE Jeh.Je_Header_Id = jcjl.je_header_id
314: AND Gir.Gl_Sl_Link_Id = Ael.Gl_Sl_Link_Id
315: AND Gir.Gl_Sl_Link_Table = Ael.Gl_Sl_Link_Table
316: AND Gir.Je_Line_Num = jcjl.Je_Line_Num

Line 777: Gl_Import_References Gir,

773: (SELECT DISTINCT NVL(Ael.Currency_Conversion_Type,
774: Jeh.Currency_Conversion_Type) currency_conversion_type
775: FROM Gl_Je_Headers Jeh,
776: Xla_Ae_Lines Ael,
777: Gl_Import_References Gir,
778: JA_CN_JOURNAL_LINES jcjl
779: WHERE Jeh.Je_Header_Id = jcjl.je_header_id
780: AND Gir.Gl_Sl_Link_Id = Ael.Gl_Sl_Link_Id(+)
781: AND Gir.Gl_Sl_Link_Table = Ael.Gl_Sl_Link_Table(+)

Line 1737: Gl_Import_References Gir,

1733: (SELECT DISTINCT NVL(Ael.Currency_Conversion_Type,
1734: Jeh.Currency_Conversion_Type) currency_conversion_type
1735: FROM Gl_Je_Headers Jeh,
1736: Xla_Ae_Lines Ael,
1737: Gl_Import_References Gir,
1738: JA_CN_JOURNAL_LINES jcjl
1739: WHERE Jeh.Je_Header_Id = jcjl.je_header_id
1740: AND Gir.Gl_Sl_Link_Id = Ael.Gl_Sl_Link_Id(+)
1741: AND Gir.Gl_Sl_Link_Table = Ael.Gl_Sl_Link_Table(+)