DBA Data[Home] [Help]

APPS.FND_FLEX_XML_PUBLISHER_APIS dependencies on FND_SEGMENT_ATTRIBUTE_TYPES

Line 1092: FROM fnd_segment_attribute_types

1088: l_cnt NUMBER;
1089: BEGIN
1090: SELECT count(*)
1091: INTO l_cnt
1092: FROM fnd_segment_attribute_types
1093: WHERE application_id = p_application_id
1094: AND id_flex_code = p_id_flex_code
1095: AND segment_attribute_type = p_segment_attribute_type;
1096:

Line 1156: fnd_segment_attribute_types sat

1152: --
1153: SELECT s.segment_num
1154: INTO this_segment_num
1155: FROM fnd_id_flex_segments s, fnd_segment_attribute_values sav,
1156: fnd_segment_attribute_types sat
1157: WHERE s.application_id = appl_id
1158: AND s.id_flex_code = key_flex_code
1159: AND s.id_flex_num = structure_number
1160: AND s.enabled_flag = 'Y'