DBA Data[Home] [Help]

APPS.JTF_DIAGNOSTIC_COREAPI dependencies on FND_SEGMENT_ATTRIBUTE_VALUES

Line 730: from fnd_segment_attribute_values sav,

726: order by s.segment_num ;
727:
728: cursor get_qualifiers(p_f_code varchar2, p_f_num number, p_col_name varchar2) is
729: select segment_prompt
730: from fnd_segment_attribute_values sav,
731: fnd_segment_attribute_types sat
732: where sav.attribute_value = 'Y'
733: and sav.segment_attribute_type <> 'GL_GLOBAL'
734: and sav.application_id = sat.application_id

Line 2938: from fnd_segment_attribute_values sav,

2934: order by s.segment_num ;
2935:
2936: cursor get_qualifiers(p_f_code varchar2, p_f_num number, p_col_name varchar2) is
2937: select segment_prompt
2938: from fnd_segment_attribute_values sav,
2939: fnd_segment_attribute_types sat
2940: where sav.attribute_value = 'Y'
2941: and sav.segment_attribute_type <> 'GL_GLOBAL'
2942: and sav.application_id = sat.application_id