DBA Data[Home] [Help]

APPS.IGI_IAC_COMMON_UTILS dependencies on GL_CODE_COMBINATIONS

Line 1274: ' FROM gl_code_combinations '||

1270: AND sob.chart_of_accounts_id = id_flex_num
1271: AND sob.set_of_books_id = X_sob_id;
1272:
1273: EXECUTE IMMEDIATE ' SELECT '||l_segment ||
1274: ' FROM gl_code_combinations '||
1275: ' WHERE code_combination_id = :X_ccid '
1276: INTO l_sel_column USING IN X_code_combination_id;
1277:
1278: X_segment_value := l_sel_column;

Line 1386: FROM gl_code_combinations glcc

1382: AND da.distribution_id = X_distribution_id;
1383:
1384: CURSOR validate_ccid IS
1385: SELECT 'VALID'
1386: FROM gl_code_combinations glcc
1387: WHERE glcc.code_combination_id = Account_ccid
1388: AND glcc.enabled_flag = 'Y'
1389: AND nvl(glcc.end_date_active, sysdate) >= sysdate;
1390: