DBA Data[Home] [Help]

APPS.HXT_TIME_DETAIL dependencies on HXT_TIME_PAY

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

5394: -- processed) are subtracted from the above total so that the Overtime
5395: -- can be calculated correctly. Subtracting is required since the
5396: -- above cursor brings back the total hrs from the details table and
5397: -- the record being processed already exists in the details table
5398: -- (since hxt_time_pay.pay is called before the call to
5399: -- adjust_for_absence function
5400: l_tot_hours := l_tot_hours - g_hours;
5401:
5402: IF g_debug

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

12908: INTO l_osp_id;
12909:
12910: CLOSE csr_test_for_osp;
12911:
12912: RETURN hxt_time_pay.pay (a_earn_policy_id, --SIR337
12913: l_ep_type,
12914: l_egt_id,
12915: a_sdf_id,
12916: l_hdp_id,

Line 12983: RETURN hxt_time_pay.pay (g_ep_id,

12979: INTO g_osp_id;
12980:
12981: CLOSE csr_test_for_osp;
12982:
12983: RETURN hxt_time_pay.pay (g_ep_id,
12984: g_ep_type,
12985: g_egt_id,
12986: g_sdf_id,
12987: g_hdp_id,