DBA Data[Home] [Help]

APPS.HXC_HAD_BUS dependencies on HXC_PREFERENCE_EVALUATION

Line 385: l_exists_attribute1 := HXC_PREFERENCE_EVALUATION.num_hierarchy_occurances

381:
382: if g_debug then
383: hr_utility.set_location('Calling num_hierarchy_occurances: '||l_proc, 10);
384: end if;
385: l_exists_attribute1 := HXC_PREFERENCE_EVALUATION.num_hierarchy_occurances
386: ('TC_W_TCRD_ALIASES'
387: ,1
388: ,TO_CHAR(p_alias_definition_id));
389: l_exists_attribute2 := HXC_PREFERENCE_EVALUATION.num_hierarchy_occurances

Line 389: l_exists_attribute2 := HXC_PREFERENCE_EVALUATION.num_hierarchy_occurances

385: l_exists_attribute1 := HXC_PREFERENCE_EVALUATION.num_hierarchy_occurances
386: ('TC_W_TCRD_ALIASES'
387: ,1
388: ,TO_CHAR(p_alias_definition_id));
389: l_exists_attribute2 := HXC_PREFERENCE_EVALUATION.num_hierarchy_occurances
390: ('TC_W_TCRD_ALIASES'
391: ,2
392: ,TO_CHAR(p_alias_definition_id));
393: if g_debug then