DBA Data[Home] [Help]

APPS.HXT_TIME_SUMMARY dependencies on HXT_TIME_DETAIL

Line 1041: hxt_time_detail.g_holiday_sdp_paid := TRUE;

1037: -- Need to set this Boolean variable so that SDP
1038: -- is paid correctly.
1039: IF FND_PROFILE.VALUE('HXT_HOLIDAY_EXPLOSION') IN( 'OO','NO')
1040: THEN
1041: hxt_time_detail.g_holiday_sdp_paid := TRUE;
1042: hr_utility.trace('yes '||g_sdp_id);
1043: g_sdf_rule_completed := 'Y';
1044: g_sdf_carryover := null;
1045: ELSE

Line 1046: hxt_time_detail.g_holiday_sdp_paid := FALSE;

1042: hr_utility.trace('yes '||g_sdp_id);
1043: g_sdf_rule_completed := 'Y';
1044: g_sdf_carryover := null;
1045: ELSE
1046: hxt_time_detail.g_holiday_sdp_paid := FALSE;
1047: hr_utility.trace('No '||g_sdp_id);
1048: END IF;
1049: g_ep_id := g_hol_ep_id;
1050: g_ep_type := g_hol_ep_type;

Line 1678: -- hard coded for now must match hxt_time_details start day

1674: -- processing on current record,3 for errors that stopped processing on related
1675: -- summaries and -2 for warning that changed records prevented complete rebuild
1676:
1677: -- g_start_day_of_week := 'MON';
1678: -- hard coded for now must match hxt_time_details start day
1679:
1680: --
1681: -- Get the Recurring Period assigned to the person. The recurring period is
1682: -- setup as a Preference - Self-Service -> Otl Rules Evaluation -> Overtime

Line 3741: AND hxt_time_detail.g_holiday_sdp_paid = FALSE ) THEN

3737: OR (
3738: g_element_type_id IS NOT NULL
3739: AND g_CALL_ADJUST_ABS = 'Y'
3740: -- Bug 10123886
3741: AND hxt_time_detail.g_holiday_sdp_paid = FALSE ) THEN
3742: if g_debug then
3743: hr_utility.set_location('hxt_time_summary.gen_details',20);
3744: end if;
3745: -- If there is no shift diff policy or only hours entered or override hours

Line 4402: RETURN hxt_time_detail.generate_special

4398:
4399:
4400:
4401:
4402: RETURN hxt_time_detail.generate_special
4403: ( g_ep_id
4404: ,g_ep_type
4405: ,g_egt_id
4406: ,p_shift_diff_earning_id