DBA Data[Home] [Help]

APPS.GL_WEB_PLSQL_CARTRIDGE dependencies on FND_ID_FLEX_SEGMENTS_TL

Line 111: FROM fnd_id_flex_segments_tl

107: AND cs1.consolidation_set_id = X_Consolidation_Set_Id ;
108:
109: CURSOR seg (coa number) is
110: SELECT form_left_prompt
111: FROM fnd_id_flex_segments_tl
112: WHERE id_flex_num = coa
113: AND application_id = 101
114: AND id_flex_code = 'GL#'
115: AND language = userenv('LANG');

Line 390: 'FROM fnd_id_flex_segments_tl ' ||

386: dummy := dbms_sql.execute(child_set_cursor);
387:
388: -- build the select statement for the chart of account cursor
389: temp_child_seg := 'SELECT form_left_prompt ' ||
390: 'FROM fnd_id_flex_segments_tl ' ||
391: 'WHERE application_id = 101 '||
392: 'AND id_flex_code = ''GL#'' ' ||
393: 'AND language = userenv(''LANG'') ';
394: