DBA Data[Home] [Help]

APPS.PAY_HXC_DEPOSIT_INTERFACE dependencies on HR_GENERAL

Line 1473: ( p_blocks(l_index).date_to = hr_general.end_of_time ) )

1469: -- Meanwhile, there is no need to set the PTO date for deleted
1470: -- entries since the date does not change.
1471:
1472: IF ( ( p_blocks(l_index).SCOPE='DETAIL' ) AND
1473: ( p_blocks(l_index).date_to = hr_general.end_of_time ) )
1474: THEN
1475:
1476: l_start_time := TRUNC(p_blocks(l_index).start_time);
1477: l_canonical_date := fnd_date.date_to_canonical(l_start_time);

Line 1745: (l_date_to = hr_general.end_of_time) THEN

1741:
1742: IF ( (l_type = 'MEASURE' AND l_measure IS NOT NULL) OR
1743: (l_type = 'RANGE' AND l_start_time IS NOT NULL AND
1744: l_stop_time IS NOT NULL)) AND
1745: (l_date_to = hr_general.end_of_time) THEN
1746: l_valid := 'Y';
1747: ELSE
1748: l_valid := 'N';
1749: END IF;