DBA Data[Home] [Help]

APPS.HXT_TIME_COLLECTION dependencies on HXT_TIME_GEN

Line 713: hxt_time_gen.g_gen_session_date := g_sess_date;

709:
710: hxt_time_summary.g_sum_session_date := g_sess_date;
711: hxt_time_detail.g_det_session_date := g_sess_date;
712: hxt_time_pay.g_pay_session_date := g_sess_date;
713: hxt_time_gen.g_gen_session_date := g_sess_date;
714: hxt_td_util.g_td_session_date := g_sess_date;
715:
716:
717:

Line 3554: l_timecard_id := hxt_time_gen.get_hxt_seqno;

3550:
3551: g_batch_err_id := l_batch_id;
3552: --
3553: /* Generate a unique timecard id for the new timecard */
3554: l_timecard_id := hxt_time_gen.get_hxt_seqno;
3555:
3556: IF l_timecard_id = NULL
3557: THEN
3558: RAISE l_tim_id_creation_error;

Line 3719: /* l_batch_id := hxt_time_gen.get_next_batch_id;

3715: hr_utility.TRACE ('GET batch id');
3716: END IF;
3717:
3718: /* Get next batch number */
3719: /* l_batch_id := hxt_time_gen.get_next_batch_id;
3720:
3721: IF l_batch_id = NULL
3722: THEN
3723: hr_utility.TRACE ('batch id is null');

Line 4804: l_hours_worked_id := hxt_time_gen.get_hxt_seqno;

4800: THEN
4801: hr_utility.set_location (l_proc, 50);
4802: END IF;
4803:
4804: l_hours_worked_id := hxt_time_gen.get_hxt_seqno;
4805:
4806: IF g_debug
4807: THEN
4808: hr_utility.TRACE ('l_hours_worked_id :' || l_hours_worked_id);

Line 4943: l_hours_worked_id := hxt_time_gen.Get_HXT_Seqno;

4939: /*Obtain a unique hours worked id*/
4940:
4941: /*
4942: IF i_time_summary_id IS NULL THEN
4943: l_hours_worked_id := hxt_time_gen.Get_HXT_Seqno;
4944: ELSE
4945: l_hours_worked_id := i_time_summary_id;
4946: END IF;
4947: --