DBA Data[Home] [Help]

APPS.HXC_ARRAY_TIME_DEPOSIT dependencies on HR_GENERAL

Line 71: if(fnd_date.canonical_to_date(p_blocks(l_block_count).date_to) = hr_general.end_of_time) then

67: if(p_deleted) then
68: l_deposit_block := true;
69: else
70:
71: if(fnd_date.canonical_to_date(p_blocks(l_block_count).date_to) = hr_general.end_of_time) then
72:
73: l_deposit_block := true;
74:
75: end if;

Line 87: if(fnd_date.canonical_to_date(p_blocks(l_block_count).date_to) = hr_general.end_of_time) then

83: /*
84: None of this is required anymore.
85:
86: if(p_blocks(l_block_count).scope = 'TIMECARD') then
87: if(fnd_date.canonical_to_date(p_blocks(l_block_count).date_to) = hr_general.end_of_time) then
88:
89: --
90: -- check to see if there is a timecard id already for this
91: -- period

Line 217: if(l_blocks(i).date_to = hr_general.end_of_time) then

213: EXIT WHEN ((NOT l_blocks.exists(i)) OR (l_found_block));
214:
215: if(l_blocks(i).time_building_block_id = p_building_block_id) then
216:
217: if(l_blocks(i).date_to = hr_general.end_of_time) then
218:
219: l_found_block := true;
220: l_deposited := true;
221: