DBA Data[Home] [Help]

APPS.FA_MC_UPG3_PKG dependencies on GL_CODE_COMBINATIONS

Line 1658: FROM gl_code_combinations glcc

1654: glcc.segment28,
1655: glcc.segment29,
1656: glcc.segment30
1657:
1658: FROM gl_code_combinations glcc
1659: WHERE glcc.code_combination_id = p_ccid AND
1660: glcc.chart_of_accounts_id = G_coa_id;
1661: EXCEPTION
1662: WHEN OTHERS THEN

Line 1765: 'gl_code_combinations glcc,' ||

1761:
1762: G_insert_buf := G_insert_buf || ':group_id' ;
1763: G_insert_buf := G_insert_buf ||
1764: ' FROM ' ||
1765: 'gl_code_combinations glcc,' ||
1766: 'gl_interface gli ' ||
1767: 'WHERE ' ||
1768: 'gli.user_je_source_name = :source and ' ||
1769: 'gli.set_of_books_id = :rsob_id and ' ||