DBA Data[Home] [Help]

APPS.PA_PROJECT_UTILS dependencies on FND_DESCR_FLEX_COLUMN_USAGES

Line 2228: from fnd_descr_flex_column_usages

2224: for x in l_global_req_segs_info1.required_segment_names.first..l_global_req_segs_info1.required_segment_names.last loop
2225: select APPLICATION_COLUMN_NAME
2226: into
2227: v_application_names(l_index)
2228: from fnd_descr_flex_column_usages
2229: where END_USER_COLUMN_NAME = l_global_req_segs_info1.required_segment_names(x)
2230: and DESCRIPTIVE_FLEXFIELD_NAME = p_flexfield_name
2231: and DESCRIPTIVE_FLEX_CONTEXT_CODE = 'Global Data Elements' ;
2232: l_index := v_application_names.NEXT(l_index);

Line 2241: from fnd_descr_flex_column_usages

2237: for y in l_context_req_segs_info1.required_segment_names.first..l_context_req_segs_info1.required_segment_names.last loop
2238: select APPLICATION_COLUMN_NAME
2239: into
2240: v_application_names(l_index)
2241: from fnd_descr_flex_column_usages
2242: where END_USER_COLUMN_NAME = l_context_req_segs_info1.required_segment_names(y) --x_context_req_segs_info1(l_index)
2243: and DESCRIPTIVE_FLEXFIELD_NAME = p_flexfield_name
2244: and DESCRIPTIVE_FLEX_CONTEXT_CODE = p_attribute_category ;
2245: l_index := v_application_names.NEXT(l_index);