DBA Data[Home] [Help]

APPS.FA_MC_UPG3_PKG dependencies on GL_CODE_COMBINATIONS

Line 1649: FROM gl_code_combinations glcc

1645: glcc.segment28,
1646: glcc.segment29,
1647: glcc.segment30
1648:
1649: FROM gl_code_combinations glcc
1650: WHERE glcc.code_combination_id = p_ccid AND
1651: glcc.chart_of_accounts_id = G_coa_id;
1652: EXCEPTION
1653: WHEN OTHERS THEN

Line 1756: 'gl_code_combinations glcc,' ||

1752:
1753: G_insert_buf := G_insert_buf || ':group_id' ;
1754: G_insert_buf := G_insert_buf ||
1755: ' FROM ' ||
1756: 'gl_code_combinations glcc,' ||
1757: 'gl_interface gli ' ||
1758: 'WHERE ' ||
1759: 'gli.user_je_source_name = :source and ' ||
1760: 'gli.set_of_books_id = :rsob_id and ' ||