DBA Data[Home] [Help]

APPS.HXC_HAS_BUS dependencies on HXC_PREFERENCE_EVALUATION

Line 390: l_exists_attribute1 := HXC_PREFERENCE_EVALUATION.num_hierarchy_occurances

386: CLOSE csr_chk_hph;*/
387: if g_debug then
388: hr_utility.set_location('Calling num_hierarchy_occurances: '||l_proc, 10);
389: end if;
390: l_exists_attribute1 := HXC_PREFERENCE_EVALUATION.num_hierarchy_occurances
391: ('TS_PER_APPROVAL_STYLE'
392: ,1
393: ,TO_CHAR(p_approval_style_id));
394: l_exists_attribute2 := HXC_PREFERENCE_EVALUATION.num_hierarchy_occurances

Line 394: l_exists_attribute2 := HXC_PREFERENCE_EVALUATION.num_hierarchy_occurances

390: l_exists_attribute1 := HXC_PREFERENCE_EVALUATION.num_hierarchy_occurances
391: ('TS_PER_APPROVAL_STYLE'
392: ,1
393: ,TO_CHAR(p_approval_style_id));
394: l_exists_attribute2 := HXC_PREFERENCE_EVALUATION.num_hierarchy_occurances
395: ('TS_PER_APPROVAL_STYLE'
396: ,2
397: ,TO_CHAR(p_approval_style_id));
398: if g_debug then