DBA Data[Home] [Help]

APPS.HXC_TIMESTORE_DEPOSIT_UTIL dependencies on HXC_APP_ATTRIBUTE_UTILS

Line 2311: hxc_app_attribute_utils.create_app_attributes

2307: -- ... then all the attributes and store them in the Type structures
2308: l_attributes := hxc_timecard.load_attributes (p_blocks => p_app_blocks);
2309: -- Finally convert the attributes to app_attributes.
2310: p_app_attributes :=
2311: hxc_app_attribute_utils.create_app_attributes
2312: (p_attributes => l_attributes,
2313: p_retrieval_process_id => NULL,
2314: p_deposit_process_id => get_deposit_process_id(p_deposit_process)
2315: );

Line 2318: hxc_app_attribute_utils.clear_mapping_cache;

2314: p_deposit_process_id => get_deposit_process_id(p_deposit_process)
2315: );
2316:
2317: if(p_clear_mapping_cache) then
2318: hxc_app_attribute_utils.clear_mapping_cache;
2319: end if;
2320:
2321: IF g_debug
2322: THEN