DBA Data[Home] [Help]

APPS.GHR_SF52_API dependencies on GHR_SF52_API

Line 1: PACKAGE BODY ghr_sf52_api AS

1: PACKAGE BODY ghr_sf52_api AS
2: /* $Header: ghparapi.pkb 120.33.12020000.3 2012/07/19 08:48:54 vmididho ship $ */
3: --
4: -- Package Variables
5: g_package varchar2(33) := ' ghr_sf52_api.';

Line 5: g_package varchar2(33) := ' ghr_sf52_api.';

1: PACKAGE BODY ghr_sf52_api AS
2: /* $Header: ghparapi.pkb 120.33.12020000.3 2012/07/19 08:48:54 vmididho ship $ */
3: --
4: -- Package Variables
5: g_package varchar2(33) := ' ghr_sf52_api.';
6: --
7: --
8: -- ----------------------------------------------------------------------------
9: -- |--------------------------< create_sf52>--------------------------|

Line 1177: ghr_sf52_api.get_par_status

1173: hr_utility.raise_error;
1174: end if;
1175:
1176:
1177: ghr_sf52_api.get_par_status
1178: (p_effective_date => p_effective_date,
1179: p_approval_date => l_approval_date,
1180: p_requested_by_person_id => p_requested_by_person_id,
1181: p_authorized_by_person_id => p_authorized_by_person_id,

Line 1273: ghr_sf52_api.check_for_open_events

1269: end if;
1270:
1271:
1272: -- check for open events before attempting to route / Update HR
1273: ghr_sf52_api.check_for_open_events
1274: (
1275: p_pa_request_id => l_pa_request_id,
1276: p_message => l_message,
1277: p_action_taken => l_action_taken,

Line 1564: ghr_sf52_api.update_detail_remarks( p_effective_date => l_effective_date,

1560: end if;
1561: --Begin Bug# 8653508,9662954
1562: IF p_first_noa_code IN ('730','731','732','930','931','932') OR
1563: p_second_noa_code IN ('730','731','732','930','931','932') THEN
1564: ghr_sf52_api.update_detail_remarks( p_effective_date => l_effective_date,
1565: p_pa_request_id => l_pa_request_id);
1566: END IF;
1567: --End Bug# 8653508,9662954
1568: ghr_sf52_post_update.get_notification_details

Line 1677: ghr_sf52_api.end_sf52( p_pa_request_id => p_pa_request_id,

1673: p_ipa_detail_ben_cont_info => l_imm_ipa_benefits_cont
1674: --End Bug# 10181661
1675:
1676: );
1677: ghr_sf52_api.end_sf52( p_pa_request_id => p_pa_request_id,
1678: p_action_taken => 'ENDED',
1679: p_par_object_version_number => l_rec.object_version_number);
1680: end if;
1681: End if;

Line 3384: ghr_sf52_api.get_par_status

3380: -- if action taken parameter is passed as NONE. (NONE is passed during the call made
3381: -- in Cancellation of APPT Sf52 to cancel the RPA's made after Appointment)
3382: if l_action_taken not in ('NONE') then
3383:
3384: ghr_sf52_api.get_par_status
3385: (p_effective_date => p_effective_date,
3386: p_approval_date => l_approval_date,
3387: p_requested_by_person_id => p_requested_by_person_id,
3388: p_authorized_by_person_id => p_authorized_by_person_id,

Line 3543: ghr_sf52_api.check_for_open_events

3539:
3540: hr_utility.set_location(l_proc, 20);
3541: -- check for open events before attempting to route / Update HR
3542: hr_utility.set_location('Before check Open Events',1);
3543: ghr_sf52_api.check_for_open_events
3544: (
3545: p_pa_request_id => p_pa_request_id,
3546: p_message => l_message,
3547: p_action_taken => l_action_taken,

Line 3912: ghr_sf52_api.update_detail_remarks( p_effective_date => l_effective_date,

3908:
3909: --Begin Bug# 8653508,9662954
3910: IF p_first_noa_code IN ('730','731','732','930','931','932') OR
3911: p_second_noa_code IN ('730','731','732','930','931','932') THEN
3912: ghr_sf52_api.update_detail_remarks( p_effective_date => l_effective_date,
3913: p_pa_request_id => p_pa_request_id);
3914: END IF;
3915: --End Bug# 8653508,9662954
3916:

Line 4024: ghr_sf52_api.end_sf52( p_pa_request_id => p_pa_request_id,

4020: p_asg_detail_info => l_imm_asg_detail_info,
4021: p_ipa_detail_ben_cont_info => l_imm_ipa_benefits_cont
4022: --End Bug# 10181661
4023: );
4024: ghr_sf52_api.end_sf52( p_pa_request_id => p_pa_request_id,
4025: p_action_taken => 'ENDED',
4026: p_par_object_version_number => l_rec.object_version_number);
4027: end if;
4028: end if;

Line 4535: ghr_sf52_api.Cancel_Cancor

4531: l_par_object_version_number := p_par_object_version_number;
4532:
4533:
4534: If p_first_noa_code in ('001','002') then
4535: ghr_sf52_api.Cancel_Cancor
4536: (p_altered_pa_request_id => p_altered_pa_request_id,
4537: p_noa_code_correct => p_second_noa_code,
4538: p_result => l_result
4539: );

Line 5339: end ghr_sf52_api;

5335: hr_utility.set_location('Leaving ' || l_proc,55);
5336: END update_detail_remarks;
5337: --End Bug# 8653508
5338:
5339: end ghr_sf52_api;