DBA Data[Home] [Help]

APPS.ZX_JG_EXTRACT_PKG dependencies on GL_JE_LINES

Line 653: gl_je_lines trx_line,

649: itf.taxable_amt_funcl_curr,
650: itf.tax_amt,
651: itf.tax_amt_funcl_curr
652: FROM gl_je_headers header,
653: gl_je_lines trx_line,
654: gl_je_lines tax_line,
655: zx_rep_trx_detail_t itf
656: WHERE header.je_header_id = c_trx_id
657: AND tax_line.je_header_id = header.je_header_id

Line 654: gl_je_lines tax_line,

650: itf.tax_amt,
651: itf.tax_amt_funcl_curr
652: FROM gl_je_headers header,
653: gl_je_lines trx_line,
654: gl_je_lines tax_line,
655: zx_rep_trx_detail_t itf
656: WHERE header.je_header_id = c_trx_id
657: AND tax_line.je_header_id = header.je_header_id
658: AND tax_line.je_line_num = c_tax_line_id

Line 1767: and itf.entity_code = 'GL_JE_LINES'

1763: FROM zx_rep_trx_detail_t itf
1764: WHERE itf.request_id = g_request_id
1765: and itf.extract_source_ledger = 'GL'
1766: and itf.application_id = 101
1767: and itf.entity_code = 'GL_JE_LINES'
1768: );
1769:
1770: -- For AP transactions
1771: IF (g_level_procedure >= g_current_runtime_level ) THEN