DBA Data[Home] [Help]

APPS.FND_FLEX_APIS dependencies on FND_SEGMENT_ATTRIBUTE_TYPES

Line 22: fnd_segment_attribute_types sat

18: this_segment_num NUMBER;
19: BEGIN
20: SELECT s.segment_num INTO this_segment_num
21: FROM fnd_id_flex_segments s, fnd_segment_attribute_values sav,
22: fnd_segment_attribute_types sat
23: WHERE s.application_id = appl_id
24: AND s.id_flex_code = key_flex_code
25: AND s.id_flex_num = structure_number
26: AND s.enabled_flag = 'Y'