DBA Data[Home] [Help]

APPS.HXT_TIME_DETAIL dependencies on HXT_TIME_PAY

Line 6974: -- (since hxt_time_pay.pay is called before the call to

6970: -- processed) are subtracted from the above total so that the Overtime
6971: -- can be calculated correctly. Subtracting is required since the
6972: -- above cursor brings back the total hrs from the details table and
6973: -- the record being processed already exists in the details table
6974: -- (since hxt_time_pay.pay is called before the call to
6975: -- adjust_for_absence function
6976: l_tot_hours := l_tot_hours - g_hours;
6977:
6978: IF g_debug

Line 14804: RETURN hxt_time_pay.pay (a_earn_policy_id, --SIR337

14800: END IF;
14801:
14802:
14803:
14804: RETURN hxt_time_pay.pay (a_earn_policy_id, --SIR337
14805: l_ep_type,
14806: l_egt_id,
14807: a_sdf_id,
14808: l_hdp_id,

Line 14890: RETURN hxt_time_pay.pay (g_ep_id,

14886: hr_utility.trace('a_sdf_id '||a_sdf_id);
14887: hr_utility.trace('l_pep_id '||l_pep_id);
14888: END IF;
14889:
14890: RETURN hxt_time_pay.pay (g_ep_id,
14891: g_ep_type,
14892: g_egt_id,
14893: g_sdf_id,
14894: g_hdp_id,