DBA Data[Home] [Help]

APPS.HXC_OTL_INFO_TYPE_HELPER dependencies on FND_DESCR_FLEX_COLUMN_USAGES

Line 5: (name fnd_descr_flex_column_usages.end_user_column_name%type,

1: PACKAGE body hxc_otl_info_type_helper AS
2: /* $Header: hxcinfotypehelp.pkb 120.2 2005/12/19 10:07:42 arundell noship $ */
3:
4: Type segment is record
5: (name fnd_descr_flex_column_usages.end_user_column_name%type,
6: column fnd_descr_flex_column_usages.application_column_name%type
7: );
8:
9: Type segment_list is table of segment index by binary_integer;

Line 6: column fnd_descr_flex_column_usages.application_column_name%type

2: /* $Header: hxcinfotypehelp.pkb 120.2 2005/12/19 10:07:42 arundell noship $ */
3:
4: Type segment is record
5: (name fnd_descr_flex_column_usages.end_user_column_name%type,
6: column fnd_descr_flex_column_usages.application_column_name%type
7: );
8:
9: Type segment_list is table of segment index by binary_integer;
10: