DBA Data[Home] [Help]

APPS.IGIPMSLR dependencies on GL_SETS_OF_BOOKS

Line 38: , gl_sets_of_books gsob

34: , dist.description, dist.accounting_date, gsob.chart_of_accounts_id
35: , dist.base_amount, dist.exchange_rate, dist.exchange_date,
36: dist.exchange_rate_type, gsob.currency_code functional_currency_code
37: FROM ap_invoice_distributions dist
38: , gl_sets_of_books gsob
39: WHERE dist.distribution_line_number = cp_distribution_line_number
40: AND dist.set_of_books_id = gsob.set_of_books_id
41: AND dist.invoice_id = cp_invoice_id
42: ;