DBA Data[Home] [Help]

APPS.AP_INVOICE_LINES_UTILITY_PKG dependencies on GL_CODE_COMBINATIONS

Line 829: from gl_code_combinations C

825: WHERE D.invoice_id = p_line_rec.invoice_id
826: AND D.invoice_line_number = p_line_rec.line_number
827: AND D.posted_flag IN ('N', 'P')
828: AND ((EXISTS (select 'x'
829: from gl_code_combinations C
830: where D.dist_code_combination_id = C.code_combination_id (+)
831: and (C.code_combination_id is null
832: or C.detail_posting_allowed_flag = 'N'
833: or C.start_date_active > D.accounting_date