DBA Data[Home] [Help]

APPS.HXC_TIMESTORE_DEPOSIT_UTIL dependencies on HXC_APP_ATTRIBUTE_UTILS

Line 2953: hxc_app_attribute_utils.create_app_attributes

2949: -- ... then all the attributes and store them in the Type structures
2950: l_attributes := hxc_timecard.load_attributes (p_blocks => p_app_blocks);
2951: -- Finally convert the attributes to app_attributes.
2952: p_app_attributes :=
2953: hxc_app_attribute_utils.create_app_attributes
2954: (p_attributes => l_attributes,
2955: p_retrieval_process_id => NULL,
2956: p_deposit_process_id => get_deposit_process_id(p_deposit_process)
2957: );

Line 2960: hxc_app_attribute_utils.clear_mapping_cache;

2956: p_deposit_process_id => get_deposit_process_id(p_deposit_process)
2957: );
2958:
2959: if(p_clear_mapping_cache) then
2960: hxc_app_attribute_utils.clear_mapping_cache;
2961: end if;
2962:
2963: IF g_debug
2964: THEN