DBA Data[Home] [Help]

APPS.GMF_UTILITIES_GRP dependencies on DBMS_OUTPUT

Line 116: dbms_output.put_line(l_sql_stmt);

112: END LOOP;
113:
114: l_sql_stmt := l_sql_stmt||' from gl_code_combinations where code_combination_id = '||
115: p_account_id||' and chart_of_accounts_id = '||l_chart_of_accounts_id;
116: dbms_output.put_line(l_sql_stmt);
117:
118: EXECUTE IMMEDIATE l_sql_stmt INTO account_code;
119: RETURN(ACCOUNT_CODE);
120: END GET_ACCOUNT_CODE;