DBA Data[Home] [Help]

APPS.JTF_DIAGNOSTIC_COREAPI dependencies on FND_SEGMENT_ATTRIBUTE_TYPES

Line 731: fnd_segment_attribute_types sat

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
735: and sav.id_flex_code = sat.id_flex_code

Line 2939: fnd_segment_attribute_types sat

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
2943: and sav.id_flex_code = sat.id_flex_code