DBA Data[Home] [Help]

APPS.XLA_FLEX_PKG dependencies on FND_SEGMENT_ATTRIBUTE_TYPES

Line 1024: FROM fnd_segment_attribute_types

1020:
1021: CURSOR c_segment
1022: IS
1023: SELECT segment_prompt
1024: FROM fnd_segment_attribute_types
1025: WHERE application_id = p_application_id
1026: AND id_flex_code = p_id_flex_code
1027: AND segment_attribute_type = p_qualifier_segment;
1028: