DBA Data[Home] [Help]

APPS.HXT_BATCH_VAL dependencies on HR_SESSION_UTILITIES

Line 455: -- hr_session_utilities.insert_session_row (TO_DATE (SYSDATE,'YYYY/MM/DD'));

451: || l_proc, 10);
452: end if;
453:
454: -- M.Bhammar - Bug:5107665
455: -- hr_session_utilities.insert_session_row (TO_DATE (SYSDATE,'YYYY/MM/DD'));
456: -- hr_session_utilities.insert_session_row (SYSDATE); /* Bug 6024976 */
457:
458: IF (hxt_util.accrual_exceeded (
459: p_tim_id,

Line 456: -- hr_session_utilities.insert_session_row (SYSDATE); /* Bug 6024976 */

452: end if;
453:
454: -- M.Bhammar - Bug:5107665
455: -- hr_session_utilities.insert_session_row (TO_DATE (SYSDATE,'YYYY/MM/DD'));
456: -- hr_session_utilities.insert_session_row (SYSDATE); /* Bug 6024976 */
457:
458: IF (hxt_util.accrual_exceeded (
459: p_tim_id,
460: -- M.Bhammar - bug 5214727

Line 477: -- hr_session_utilities.remove_session_row; /* Bug 6024976 */

473: p_error_code=> c_39335_exceeded_accrued_hrs
474: );
475: END IF;
476:
477: -- hr_session_utilities.remove_session_row; /* Bug 6024976 */
478: if g_debug then
479: hr_utility.set_location ( 'Leaving:'
480: || l_proc, 100);
481: end if;

Line 1776: hr_session_utilities.insert_session_row (SYSDATE);

1772: -- and reassign g_start_sysdate.
1773:
1774: IF g_start_sysdate <> TRUNC(SYSDATE)
1775: THEN
1776: hr_session_utilities.insert_session_row (SYSDATE);
1777: g_start_sysdate := TRUNC(SYSDATE);
1778: END IF;
1779:
1780: perform_day_validations (

Line 1789: -- hr_session_utilities.remove_session_row; /* Bug 6024976 */

1785: );
1786:
1787: -- Bug 6785744
1788: -- No need to remove the session row after each timecard.
1789: -- hr_session_utilities.remove_session_row; /* Bug 6024976 */
1790:
1791: /* M.Bhammar - bug 5214727
1792: excess_pto (
1793: p_batch_id=> p_batch_id,

Line 1864: hr_session_utilities.insert_session_row (SYSDATE);

1860:
1861: -- Bug 6785744
1862: -- Insert a new row in fnd_sessions before processing this batch.
1863:
1864: hr_session_utilities.insert_session_row (SYSDATE);
1865: <>
1866: FOR rec_tcs_in_batch IN csr_tcs_in_batch (p_batch_id)
1867: LOOP
1868: set_tc_error_level(p_tc_error_level => 0);

Line 1949: hr_session_utilities.remove_session_row;

1945:
1946: -- Bug 6785744
1947: -- Remove the session row after processing this batch.
1948:
1949: hr_session_utilities.remove_session_row;
1950:
1951: if g_debug then
1952: hr_utility.set_location ( 'Leaving:'
1953: || l_proc, 100);