DBA Data[Home] [Help]

APPS.XLA_FLEX_PKG dependencies on FND_SEGMENT_ATTRIBUTE_VALUES

Line 545: FROM fnd_segment_attribute_values

541:
542: CURSOR c_qualifier
543: IS
544: SELECT 'x'
545: FROM fnd_segment_attribute_values
546: WHERE application_id = p_application_id
547: AND id_flex_code = p_flex_code
548: AND id_flex_num = p_chart_of_accounts_id
549: AND segment_attribute_type = p_flexfield_segment_code

Line 764: FROM fnd_segment_attribute_values

760:
761: CURSOR c_segment
762: IS
763: SELECT application_column_name
764: FROM fnd_segment_attribute_values
765: WHERE application_id = p_application_id
766: AND id_flex_code = p_id_flex_code
767: AND id_flex_num = p_id_flex_num
768: AND segment_attribute_type = p_qualifier_segment

Line 826: FROM fnd_segment_attribute_values

822:
823: CURSOR c_qualifier
824: IS
825: SELECT segment_attribute_type
826: FROM fnd_segment_attribute_values
827: WHERE application_id = p_application_id
828: AND id_flex_code = p_id_flex_code
829: AND id_flex_num = p_id_flex_num
830: AND application_column_name = p_segment_code