DBA Data[Home] [Help]

APPS.HXT_TIME_COLLECTION dependencies on HXT_ERRORS

Line 25: g_batch_err_id hxt_errors.ppb_id%TYPE DEFAULT NULL;

21: g_sysdatetime DATE := SYSDATE;
22: g_sess_date DATE;
23: g_bus_group_id hr_organization_units.business_group_id%TYPE
24: := fnd_profile.VALUE ('PER_BUSINESS_GROUP_ID');
25: g_batch_err_id hxt_errors.ppb_id%TYPE DEFAULT NULL;
26: g_timecard_err_id hxt_errors.tim_id%TYPE DEFAULT NULL;
27: g_hours_worked_err_id hxt_errors.hrw_id%TYPE DEFAULT NULL;
28: g_time_period_err_id hxt_errors.ptp_id%TYPE DEFAULT NULL;
29: g_batch_ref pay_batch_headers.batch_reference%TYPE

Line 26: g_timecard_err_id hxt_errors.tim_id%TYPE DEFAULT NULL;

22: g_sess_date DATE;
23: g_bus_group_id hr_organization_units.business_group_id%TYPE
24: := fnd_profile.VALUE ('PER_BUSINESS_GROUP_ID');
25: g_batch_err_id hxt_errors.ppb_id%TYPE DEFAULT NULL;
26: g_timecard_err_id hxt_errors.tim_id%TYPE DEFAULT NULL;
27: g_hours_worked_err_id hxt_errors.hrw_id%TYPE DEFAULT NULL;
28: g_time_period_err_id hxt_errors.ptp_id%TYPE DEFAULT NULL;
29: g_batch_ref pay_batch_headers.batch_reference%TYPE
30: DEFAULT NULL;

Line 27: g_hours_worked_err_id hxt_errors.hrw_id%TYPE DEFAULT NULL;

23: g_bus_group_id hr_organization_units.business_group_id%TYPE
24: := fnd_profile.VALUE ('PER_BUSINESS_GROUP_ID');
25: g_batch_err_id hxt_errors.ppb_id%TYPE DEFAULT NULL;
26: g_timecard_err_id hxt_errors.tim_id%TYPE DEFAULT NULL;
27: g_hours_worked_err_id hxt_errors.hrw_id%TYPE DEFAULT NULL;
28: g_time_period_err_id hxt_errors.ptp_id%TYPE DEFAULT NULL;
29: g_batch_ref pay_batch_headers.batch_reference%TYPE
30: DEFAULT NULL;
31: g_batch_name pay_batch_headers.batch_name%TYPE

Line 28: g_time_period_err_id hxt_errors.ptp_id%TYPE DEFAULT NULL;

24: := fnd_profile.VALUE ('PER_BUSINESS_GROUP_ID');
25: g_batch_err_id hxt_errors.ppb_id%TYPE DEFAULT NULL;
26: g_timecard_err_id hxt_errors.tim_id%TYPE DEFAULT NULL;
27: g_hours_worked_err_id hxt_errors.hrw_id%TYPE DEFAULT NULL;
28: g_time_period_err_id hxt_errors.ptp_id%TYPE DEFAULT NULL;
29: g_batch_ref pay_batch_headers.batch_reference%TYPE
30: DEFAULT NULL;
31: g_batch_name pay_batch_headers.batch_name%TYPE
32: DEFAULT NULL;