DBA Data[Home] [Help]

APPS.HXC_TIME_ENTRY_RULE_GROUP_API dependencies on HXC_PREFERENCE_EVALUATION

Line 529: l_exists := HXC_PREFERENCE_EVALUATION.num_hierarchy_occurances

525:
526: if g_debug then
527: hr_utility.set_location('Calling num_hierarchy_occurances:'||l_proc,10);
528: end if;
529: l_exists := HXC_PREFERENCE_EVALUATION.num_hierarchy_occurances
530: ('TS_PER_TIME_ENTRY_RULES'
531: ,1
532: ,TO_CHAR(p_entity_group_id));
533: if g_debug then

Line 550: l_exists := HXC_PREFERENCE_EVALUATION.num_hierarchy_occurances

546: end if;
547: --
548: -- Start Fix for Bug No. 2873485
549: l_exists := null;
550: l_exists := HXC_PREFERENCE_EVALUATION.num_hierarchy_occurances
551: ('TS_PER_ELP_RULES'
552: ,1
553: ,TO_CHAR(p_entity_group_id));
554: IF l_exists <> 0 THEN

Line 566: l_exists := HXC_PREFERENCE_EVALUATION.num_hierarchy_occurances

562: end if;
563: -- End Fix for Bug No. 2873485
564:
565: l_exists := null;
566: l_exists := HXC_PREFERENCE_EVALUATION.num_hierarchy_occurances
567: ('TS_PER_AUDIT_REQUIREMENTS'
568: ,1
569: ,TO_CHAR(p_entity_group_id));
570: IF l_exists <> 0 THEN