DBA Data[Home] [Help]

APPS.HXT_BATCH_VAL dependencies on HXT_UTIL

Line 380: hxt_util.set_timecard_error (

376: || 'record_error';
377: hr_utility.set_location ( 'Entering:'
378: || l_proc, 10);
379: end if;
380: hxt_util.set_timecard_error (
381: p_batch_id,
382: p_tim_id,
383: NULL,
384: p_period_id,

Line 430: hxt_util.get_quick_codes(c_39316_person_nf,

426: -- Bug 8584436
427: -- Picking and processing the message with tokens before recording
428: -- into hxt_errors_f.
429:
430: hxt_util.get_quick_codes(c_39316_person_nf,
431: 'HXT_TIMECARD_VALIDATION',
432: 808,
433: g_lookup_error,
434: g_lookup_desc);

Line 492: IF (hxt_util.accrual_exceeded (

488: -- M.Bhammar - Bug:5107665
489: -- hr_session_utilities.insert_session_row (TO_DATE (SYSDATE,'YYYY/MM/DD'));
490: -- hr_session_utilities.insert_session_row (SYSDATE); /* Bug 6024976 */
491:
492: IF (hxt_util.accrual_exceeded (
493: p_tim_id,
494: -- M.Bhammar - bug 5214727
495: -- timecard_end_date (p_tim_id => p_tim_id),
496: p_calculation_date,

Line 508: hxt_util.get_quick_codes(c_39335_exceeded_accrued_hrs,

504: -- Bug 8584436
505: -- Picking and processing the message with tokens before recording
506: -- into hxt_errors_f.
507:
508: hxt_util.get_quick_codes(c_39335_exceeded_accrued_hrs,
509: 'HXT_TIMECARD_VALIDATION',
510: 808,
511: g_lookup_error,
512: g_lookup_desc);

Line 854: hxt_util.get_quick_codes(c_39337_timecard_not_apprved,

850: -- Bug 8584436
851: -- Picking and processing the message with tokens before recording
852: -- into hxt_errors_f.
853:
854: hxt_util.get_quick_codes(c_39337_timecard_not_apprved,
855: 'HXT_TIMECARD_VALIDATION',
856: 808,
857: g_lookup_error,
858: g_lookup_desc);

Line 1068: hxt_util.get_quick_codes(c_39317_empl_inactive,

1064: -- Bug 8584436
1065: -- Picking and processing the message with tokens before recording
1066: -- into hxt_errors_f.
1067:
1068: hxt_util.get_quick_codes(c_39317_empl_inactive,
1069: 'HXT_TIMECARD_VALIDATION',
1070: 808,
1071: g_lookup_error,
1072: g_lookup_desc);

Line 1281: hxt_util.get_quick_codes(c_39334_hrs_chged_ne_cal_hrs,

1277: -- Bug 8584436
1278: -- Picking and processing the message with tokens before recording
1279: -- into hxt_errors_f.
1280:
1281: hxt_util.get_quick_codes(c_39334_hrs_chged_ne_cal_hrs,
1282: 'HXT_TIMECARD_VALIDATION',
1283: 808,
1284: g_lookup_error,
1285: g_lookup_desc);

Line 1353: hxt_util.get_quick_codes(c_39333_hol_not_valid_on_cal,

1349: -- Bug 8584436
1350: -- Picking and processing the message with tokens before recording
1351: -- into hxt_errors_f.
1352:
1353: hxt_util.get_quick_codes(c_39333_hol_not_valid_on_cal,
1354: 'HXT_TIMECARD_VALIDATION',
1355: 808,
1356: g_lookup_error,
1357: g_lookup_desc);

Line 1708: hxt_util.get_quick_codes(c_39315_max_hrs_exceeded,

1704: -- Bug 8584436
1705: -- Picking and processing the message with tokens before recording
1706: -- into hxt_errors_f.
1707:
1708: hxt_util.get_quick_codes(c_39315_max_hrs_exceeded,
1709: 'HXT_TIMECARD_VALIDATION',
1710: 808,
1711: g_lookup_error,
1712: g_lookup_desc);

Line 1776: hxt_util.get_quick_codes(c_39332_day_on_hol_cal,

1772: -- Bug 8584436
1773: -- Picking and processing the message with tokens before recording
1774: -- into hxt_errors_f.
1775:
1776: hxt_util.get_quick_codes(c_39332_day_on_hol_cal,
1777: 'HXT_TIMECARD_VALIDATION',
1778: 808,
1779: g_lookup_error,
1780: g_lookup_desc);