DBA Data[Home] [Help]

APPS.HXC_INLINE_NOTIF_UTILS_PKG dependencies on FND_DESCR_FLEX_CONTEXTS

Line 11: (context fnd_descr_flex_contexts.descriptive_flex_context_code%type,

7:
8: g_debug boolean := hr_utility.debug_enabled;
9:
10: type context_details is record
11: (context fnd_descr_flex_contexts.descriptive_flex_context_code%type,
12: block_id hxc_time_building_blocks.time_building_block_id%type,
13: entered boolean
14: );
15: