DBA Data[Home] [Help]

APPS.JL_CO_GL_NIT_MANAGEMENT dependencies on AP_INVOICE_DISTRIBUTIONS_ALL

Line 596: ap_invoice_distributions_all D,

592: ap_invoices_all I,
593: xla_transaction_entities ent,
594: xla_ae_headers AEH,
595: xla_ae_lines AEL,
596: ap_invoice_distributions_all D,
597: xla_distribution_links LNK,
598: gl_import_references R
599: WHERE
600: ent.application_id = 200

Line 752: FROM ap_invoice_distributions_all apida

748: IF (ap_trx.source_table = 'AP_INV_DIST') THEN
749:
750: SELECT DECODE(ap_trx.acct_line_type,'LIABILITY',NULL,NVL(global_attribute2,NULL))
751: INTO l_supplier_num
752: FROM ap_invoice_distributions_all apida
753: WHERE apida.invoice_id = ap_trx.trx_hdr_id
754: --AND apida.distribution_line_number = ap_trx.trx_dist_id
755: AND apida.invoice_distribution_id = ap_trx.trx_dist_id
756: and (apida.set_of_books_id = g_parameter_rec.set_of_books_id