DBA Data[Home] [Help]

APPS.HXC_SELF_SERVICE_TIME_DEPOSIT dependencies on HXC_PREFERENCE_EVALUATION

Line 620: l_pref_val := hxc_preference_evaluation.resource_preferences

616: if(check_active_date(l_parent_start_date,g_timecard(p_block).resource_id)) then
617: --
618: -- Check the day preference value
619: --
620: l_pref_val := hxc_preference_evaluation.resource_preferences
621: (g_timecard(p_block).resource_id
622: ,'TC_W_TCRD_ST_ALW_EDITS'
623: ,16
624: ,l_parent_start_date

Line 664: l_pref_detail_val := hxc_preference_evaluation.resource_preferences

660: if((NOT l_return) AND (g_timecard(p_block).new <> 'Y'))then
661: --
662: -- Check the detail preference value
663: --
664: l_pref_detail_val := hxc_preference_evaluation.resource_preferences
665: (g_timecard(p_block).resource_id
666: ,'TC_W_TCRD_ST_ALW_EDITS'
667: ,17
668: ,l_parent_start_date

Line 4122: hxc_preference_evaluation.resource_preferences(

4118: -- Find the application validation process
4119:
4120:
4121: l_application_set_id:=
4122: hxc_preference_evaluation.resource_preferences(
4123: g_timecard(g_timecard_block_order(1)).resource_id,'TS_PER_APPLICATION_SET|1|');
4124:
4125:
4126: -- Start change version 115.130

Line 5289: l_exists := HXC_PREFERENCE_EVALUATION.num_hierarchy_occurances

5285: if l_scope = 'TIMECARD_TEMPLATE' then
5286: open get_template_details(p_time_building_block_id);
5287: fetch get_template_details into l_pref_value;
5288: if get_template_details%found then
5289: l_exists := HXC_PREFERENCE_EVALUATION.num_hierarchy_occurances
5290: ('TC_W_TMPLT_DFLT_VAL_USR'
5291: ,1
5292: ,l_pref_value);
5293: if ( l_exists <> 0 ) THEN

Line 5299: l_exists := HXC_PREFERENCE_EVALUATION.num_hierarchy_occurances

5295: FND_MESSAGE.SET_NAME('HXC','HXC_CANT_DEL_TEMPL');
5296: FND_MESSAGE.RAISE_ERROR;
5297: END if;
5298:
5299: l_exists := HXC_PREFERENCE_EVALUATION.num_hierarchy_occurances
5300: ('TC_W_TMPLT_DFLT_VAL_ADMIN'
5301: ,1
5302: ,l_pref_value);
5303: if ( l_exists <> 0 ) THEN