DBA Data[Home] [Help]

APPS.FV_GTAS_TRX_REGISTER dependencies on GL_IMPORT_REFERENCES

Line 1867: gl_import_references gir

1863: fv_treasury_symbols fts,
1864: xla_ae_lines xal,
1865: xla_ae_headers xah,
1866: xla_distribution_links xdl,
1867: gl_import_references gir
1868: WHERE gjl.ledger_id = :sob_id
1869: AND gjl.status = :status
1870: AND gjl.period_name IN
1871: (SELECT period_name

Line 5749: FROM gl_import_references gli,

5745:
5746: CURSOR be_cursor IS
5747: SELECT xd.source_distribution_id_num_1 transaction_id,
5748: xte.transaction_number
5749: FROM gl_import_references gli,
5750: xla_ae_lines xl ,
5751: xla_ae_headers xh ,
5752: xla_distribution_links xd,
5753: xla_transaction_entities xte

Line 5911: FROM gl_import_references gli,

5907: l_sla_event_id NUMBER;
5908: CURSOR event_lines_cur IS
5909: SELECT event_id
5910: INTO l_sla_event_id
5911: FROM gl_import_references gli,
5912: xla_ae_lines l,
5913: xla_ae_headers h
5914: WHERE gli.je_batch_id = p_je_batch_id
5915: AND gli.je_header_id = p_je_header_id