DBA Data[Home] [Help]

APPS.HXC_TIMECARD_AUDIT dependencies on HR_GENERAL

Line 493: IF ( fnd_date.canonical_to_date(( p_blocks(l_blk_ind).date_to )) = hr_general.end_of_time )

489:
490: -- Override status for deleted building blocks. These should always be passed to
491: -- recipient applications for processing once deleted.
492:
493: IF ( fnd_date.canonical_to_date(( p_blocks(l_blk_ind).date_to )) = hr_general.end_of_time )
494: THEN
495:
496: l_status := p_blocks(l_blk_ind).approval_status;
497:

Line 1424: if (p_blocks(l_index).DATE_TO <> fnd_date.date_to_canonical(hr_general.end_of_time)) then

1420:
1421: l_pay_att_index:= PAY_ATTR_TBB_MAP(p_blocks(l_index).TIME_BUILDING_BLOCK_ID || ':' ||
1422: p_blocks(l_index).OBJECT_VERSION_NUMBER);
1423:
1424: if (p_blocks(l_index).DATE_TO <> fnd_date.date_to_canonical(hr_general.end_of_time)) then
1425: l_measure:=0; -- deleted entry
1426: -- Bug 14543573
1427: -- Marking deleted entry into this table.
1428: PAY_DELETED(l_pay_att_index) := 'Y';

Line 1454: if (p_blocks(l_index).DATE_TO <> fnd_date.date_to_canonical(hr_general.end_of_time)) then

1450:
1451: l_pa_att_index:= PA_ATTR_TBB_MAP(p_blocks(l_index).TIME_BUILDING_BLOCK_ID || ':' ||
1452: p_blocks(l_index).OBJECT_VERSION_NUMBER);
1453:
1454: if (p_blocks(l_index).DATE_TO <> fnd_date.date_to_canonical(hr_general.end_of_time)) then
1455: l_measure:=0; -- deleted entry
1456: -- Bug 14543573
1457: -- Marking deleted entry into this table.
1458: PA_DELETED(l_pa_att_index) := 'Y';