DBA Data[Home] [Help]

APPS.HXC_TIME_CATEGORY_UTILS_PKG dependencies on FND_DESCR_FLEX_COLUMN_USAGES

Line 22: , segment fnd_descr_flex_column_usages.end_user_column_name%TYPE

18: -- structures for backward compatibilty start
19:
20: TYPE r_time_category IS RECORD (
21: bld_blk_info_type hxc_time_attributes.attribute_category%TYPE
22: , segment fnd_descr_flex_column_usages.end_user_column_name%TYPE
23: , value_id hxc_time_attributes.attribute1%TYPE );
24:
25: TYPE t_time_category IS TABLE OF r_time_category INDEX BY BINARY_INTEGER;
26:

Line 41: TYPE r_context IS RECORD ( context_code fnd_descr_flex_column_usages.descriptive_flex_context_code%TYPE );

37: , no_sql BOOLEAN );
38:
39: TYPE t_seg_info IS TABLE OF r_seg_info INDEX BY BINARY_INTEGER;
40:
41: TYPE r_context IS RECORD ( context_code fnd_descr_flex_column_usages.descriptive_flex_context_code%TYPE );
42: TYPE t_context IS TABLE OF r_context INDEX BY BINARY_INTEGER;
43:
44: -- structures for backward compatibilty end
45: -- *******************************************