DBA Data[Home] [Help]

APPS.HXC_TIMECARD_BLOCK_UTILS dependencies on HR_GENERAL

Line 84: (date_value(p_blocks(l_index).date_to) = hr_general.end_of_time)

80:
81: if(
82: (p_blocks(l_index).scope in (hxc_timecard.c_timecard_scope, hxc_timecard.c_template_scope))
83: AND
84: (date_value(p_blocks(l_index).date_to) = hr_general.end_of_time)
85: ) then
86:
87: l_tc_index := l_index;
88:

Line 194: if(fnd_date.canonical_to_date(p_block.date_to) = hr_general.end_of_time) then

190: return BOOLEAN is
191:
192: Begin
193:
194: if(fnd_date.canonical_to_date(p_block.date_to) = hr_general.end_of_time) then
195: return true;
196: else
197: return false;
198: end if;

Line 545: if(nvl(p_block1.date_to,hr_general.end_of_time) <> nvl(p_block2.date_to,hr_general.end_of_time)) then

541: if(nvl(p_block1.parent_building_block_ovn,0) <> nvl(p_block2.parent_building_block_ovn,0)) then
542: return true;
543: end if;
544: -- 8. Date to
545: if(nvl(p_block1.date_to,hr_general.end_of_time) <> nvl(p_block2.date_to,hr_general.end_of_time)) then
546: return true;
547: end if;
548: -- 9. Type
549: if(nvl(p_block1.type,'RANGE') <> nvl(p_block2.type,'RANGE')) then

Line 570: if(nvl(p_block1.date_to,hr_general.end_of_time) <> nvl(p_block2.date_to,hr_general.end_of_time)) then

566: if(nvl(p_block1.approval_status,'NULL') <> nvl(p_block2.approval_status,'NULL')) then
567: return true;
568: end if;
569: -- 3. Date to
570: if(nvl(p_block1.date_to,hr_general.end_of_time) <> nvl(p_block2.date_to,hr_general.end_of_time)) then
571: return true;
572: end if;
573: -- 4. Approval style id
574: if(nvl(p_block1.approval_style_id,1) <> nvl(p_block2.approval_style_id,1)) then

Line 583: if(nvl(p_block1.date_to,hr_general.end_of_time) <> nvl(p_block2.date_to,hr_general.end_of_time)) then

579: if(nvl(p_block1.approval_status,'NULL') <> nvl(p_block2.approval_status,'NULL')) then
580: return true;
581: end if;
582: -- 2. Date to
583: if(nvl(p_block1.date_to,hr_general.end_of_time) <> nvl(p_block2.date_to,hr_general.end_of_time)) then
584: return true;
585: end if;
586: -- 3. Approval style id
587: if(nvl(p_block1.approval_style_id,1) <> nvl(p_block2.approval_style_id,1)) then