DBA Data[Home] [Help]

APPS.GL_GLXRLSEG_XMLP_PKG dependencies on FND_ID_FLEX_SEGMENTS

Line 44: from fnd_id_flex_segments fs, fnd_id_flex_segments_tl fst

40:
41: SELECT fs.flex_value_set_id, fs.application_column_name,
42: fst.form_above_prompt
43: into value_set_id, colname, prompt
44: from fnd_id_flex_segments fs, fnd_id_flex_segments_tl fst
45: where fs.id_flex_code = 'GL#'
46: and fs.enabled_flag = 'Y'
47: and fs.id_flex_num = P_STRUCT_NUM
48: and fs.segment_name = P_SEGMENT_NAME

Line 104: from fnd_id_flex_segments fs, fnd_id_flex_segments_tl fst

100: where vs.flex_value_set_id = value_set_id;
101:
102: SELECT distinct fst.form_above_prompt
103: into p_prompt
104: from fnd_id_flex_segments fs, fnd_id_flex_segments_tl fst
105: where fs.application_id = 101
106: and fs.id_flex_code = 'GL#'
107: and fs.enabled_flag = 'Y'
108: and fs.id_flex_num = P_STRUCT_NUM