DBA Data[Home] [Help]

APPS.PAY_HXC_DEPOSIT_INTERFACE dependencies on HR_GENERAL

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

1329: -- Meanwhile, there is no need to set the PTO date for deleted
1330: -- entries since the date does not change.
1331:
1332: IF ( ( p_blocks(l_index).SCOPE='DETAIL' ) AND
1333: ( p_blocks(l_index).date_to = hr_general.end_of_time ) )
1334: THEN
1335:
1336: l_start_time := TRUNC(p_blocks(l_index).start_time);
1337: l_canonical_date := fnd_date.date_to_canonical(l_start_time);

Line 1589: (l_date_to = hr_general.end_of_time) THEN

1585:
1586: IF ( (l_type = 'MEASURE' AND l_measure IS NOT NULL) OR
1587: (l_type = 'RANGE' AND l_start_time IS NOT NULL AND
1588: l_stop_time IS NOT NULL)) AND
1589: (l_date_to = hr_general.end_of_time) THEN
1590: l_valid := 'Y';
1591: ELSE
1592: l_valid := 'N';
1593: END IF;