DBA Data[Home] [Help]

APPS.HXC_TIMESTORE_DEPOSIT_UTIL dependencies on HXC_ABS_RETRIEVAL_PKG

Line 661: HXC_ABS_RETRIEVAL_PKG.POST_ABSENCES(l_resource_id,

657: l_start_date := fnd_date.canonical_to_date(p_blocks (l_timecard_index).start_time);
658: l_stop_date := fnd_date.canonical_to_date(p_blocks (l_timecard_index).stop_time);
659: l_tc_status := p_blocks (l_timecard_index).approval_status;
660:
661: HXC_ABS_RETRIEVAL_PKG.POST_ABSENCES(l_resource_id,
662: l_start_date,
663: l_stop_date,
664: l_tc_status,
665: p_messages);

Line 1167: HXC_ABS_RETRIEVAL_PKG.POST_ABSENCES(l_resource_id,

1163: l_start_date := fnd_date.canonical_to_date(p_blocks (l_timecard_index).start_time);
1164: l_stop_date := fnd_date.canonical_to_date(p_blocks (l_timecard_index).stop_time);
1165: l_tc_status := p_blocks (l_timecard_index).approval_status;
1166:
1167: HXC_ABS_RETRIEVAL_PKG.POST_ABSENCES(l_resource_id,
1168: l_start_date,
1169: l_stop_date,
1170: l_tc_status,
1171: p_messages);