DBA Data[Home] [Help]

APPS.IGI_IAC_COMMON_UTILS dependencies on GL_CODE_COMBINATIONS

Line 1244: ' FROM gl_code_combinations '||

1240: AND sob.chart_of_accounts_id = id_flex_num
1241: AND sob.set_of_books_id = X_sob_id;
1242:
1243: EXECUTE IMMEDIATE ' SELECT '||l_segment ||
1244: ' FROM gl_code_combinations '||
1245: ' WHERE code_combination_id = :X_ccid '
1246: INTO l_sel_column USING IN X_code_combination_id;
1247:
1248: X_segment_value := l_sel_column;

Line 1356: FROM gl_code_combinations glcc

1352: AND da.distribution_id = X_distribution_id;
1353:
1354: CURSOR validate_ccid IS
1355: SELECT 'VALID'
1356: FROM gl_code_combinations glcc
1357: WHERE glcc.code_combination_id = Account_ccid
1358: AND glcc.enabled_flag = 'Y'
1359: AND nvl(glcc.end_date_active, sysdate) >= sysdate;
1360: