DBA Data[Home] [Help]

APPS.IGC_UPGRADE_DATA_R12 dependencies on GL_CODE_COMBINATIONS

Line 422: FROM igc_cbc_je_lines icj, gl_code_combinations gcc

418: icj.description,
419: icj.posted_date,
420: DECODE(icj.je_source,'Contract Commitment','CC','Project Accounting','PA','Requisitions','REQ','Purchasing','PO','INV'),
421: icj.currency_code
422: FROM igc_cbc_je_lines icj, gl_code_combinations gcc
423: WHERE icj.set_of_books_id = g_sob_id
424: AND icj.reference_1 = p_cc_header_id
425: AND icj.je_category = p_category_name
426: AND icj.effective_date = p_transaction_date