DBA Data[Home] [Help]

APPS.FV_FACTS_TRX_REGISTER dependencies on AP_ACCOUNTING_EVENTS_ALL

Line 3645: ap_accounting_events_all e

3641: SELECT e.event_type_code
3642: INTO l_event_type_code
3643: FROM ap_ae_lines_all l,
3644: ap_ae_headers_all h,
3645: ap_accounting_events_all e
3646: WHERE l.source_table = 'AP_INVOICES'
3647: AND l.source_id = p_reference2
3648: AND l.ae_header_id = h.ae_header_id
3649: AND l.gl_sl_link_id = p_gl_sl_link_id

Line 3730: ap_accounting_events_all e

3726: SELECT e.event_type_code
3727: INTO l_event_type_code
3728: FROM ap_ae_lines_all l,
3729: ap_ae_headers_all h,
3730: ap_accounting_events_all e
3731: WHERE l.source_table = 'AP_INVOICE_PAYMENTS'
3732: AND l.source_id = p_reference9
3733: AND l.ae_header_id = h.ae_header_id
3734: AND l.gl_sl_link_id = p_gl_sl_link_id