DBA Data[Home] [Help]

APPS.XLA_FLEX_PKG dependencies on FND_SEGMENT_ATTRIBUTE_TYPES

Line 955: FROM fnd_segment_attribute_types

951:
952: CURSOR c_segment
953: IS
954: SELECT segment_prompt
955: FROM fnd_segment_attribute_types
956: WHERE application_id = p_application_id
957: AND id_flex_code = p_id_flex_code
958: AND segment_attribute_type = p_qualifier_segment;
959: