DBA Data[Home] [Help]

APPS.HXC_TIMECARD_BLOCK_UTILS dependencies on HR_GENERAL

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

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

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

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

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

556: hxc_block_attribute_update.g_tc_api_flag := 'N';
557: return true;
558: end if;
559: -- 8. Date to
560: if(nvl(p_block1.date_to,hr_general.end_of_time) <> nvl(p_block2.date_to,hr_general.end_of_time)) then
561: hxc_block_attribute_update.g_tc_api_flag := 'N';
562: return true;
563: end if;
564: -- 9. Type

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

616: hxc_block_attribute_update.g_tc_api_flag := 'N';
617: return true;
618: end if;
619: -- 3. Date to
620: if(nvl(p_block1.date_to,hr_general.end_of_time) <> nvl(p_block2.date_to,hr_general.end_of_time)) then
621: hxc_block_attribute_update.g_tc_api_flag := 'N';
622: return true;
623: end if;
624: -- 4. Approval style id

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

632: hxc_block_attribute_update.g_tc_api_flag := 'N';
633: return true;
634: end if;
635: -- 2. Date to
636: if(nvl(p_block1.date_to,hr_general.end_of_time) <> nvl(p_block2.date_to,hr_general.end_of_time)) then
637: hxc_block_attribute_update.g_tc_api_flag := 'N';
638: return true;
639: end if;
640: -- 3. Approval style id