DBA Data[Home] [Help]

APPS.IPA_CLIENT_EXTENSION_PKG dependencies on FND_SEGMENT_ATTRIBUTE_VALUES

Line 19: fnd_segment_attribute_values sav,

15: BEGIN
16:
17: SELECT s.segment_name INTO name
18: FROM fnd_id_flex_segments s,
19: fnd_segment_attribute_values sav,
20: fnd_segment_attribute_types sat
21: WHERE s.application_id = appl_id
22: AND s.id_flex_code = code
23: AND s.id_flex_num = num