DBA Data[Home] [Help]

APPS.AP_TRIAL_BALANCE_PKG dependencies on AP_ACCOUNTING_EVENTS_ALL

Line 903: ap_accounting_events_all aae

899: p_program_id,
900: p_request_id
901: FROM ap_ae_headers_all aeh,
902: ap_ae_lines_all ael,
903: ap_accounting_events_all aae
904: WHERE aae.accounting_event_id = aeh.accounting_event_id
905: AND aeh.ae_header_id = ael.ae_header_id
906: AND ael.ae_line_type_code = 'LIABILITY'
907: AND aeh.gl_transfer_flag = 'Y'