DBA Data[Home] [Help]

APPS.HXT_TRAN_PA dependencies on HXT_PA_USER_EXITS

Line 70: -- AND err.location NOT LIKE 'hxt_pa_user_exits.p_a_%');

66: -- WHERE err.tim_id = tim.id
67: -- AND err_type = 'ERR' --HXT11i1
68: -- AND err.hrw_id IS NOT NULL
69: -- AND err.location NOT LIKE 'hxt_tran%'
70: -- AND err.location NOT LIKE 'hxt_pa_user_exits.p_a_%');
71: --SIR420 END
72:
73: BEGIN
74: g_debug :=hr_utility.debug_enabled;

Line 127: OR errf.location LIKE 'hxt_pa_user_exits.p_a_%');

123: DELETE
124: FROM hxt_errors_f errf
125: WHERE errf.tim_id = l_timecard_rec.id
126: AND (errf.location LIKE 'hxt_tran%'
127: OR errf.location LIKE 'hxt_pa_user_exits.p_a_%');
128: COMMIT;
129:
130: /*************************************************
131: -- Effective Wage Rate Not Currently Implemented

Line 546: l_retcode := hxt_pa_user_exits.p_a_interface

542:
543: if g_debug then
544: hr_utility.set_location('HXT_TRAN_PA.non_eff_wage_rate_transfer',190);
545: end if;
546: l_retcode := hxt_pa_user_exits.p_a_interface
547: (l_non_rec.hours,
548: l_rate,
549: l_premium_amount,
550: l_non_rec.hxt_earning_category||l_non_rec.hxt_premium_type,

Line 669: l_retcode := hxt_pa_user_exits.p_a_interface

665:
666: if g_debug then
667: hr_utility.set_location('HXT_TRAN_PA.non_eff_wage_rate_transfer',320);
668: end if;
669: l_retcode := hxt_pa_user_exits.p_a_interface
670: (l_non_rec.hours,
671: l_rate,
672: l_premium_amount,
673: l_non_rec.hxt_earning_category||l_non_rec.hxt_premium_type,