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.8.12010000.2 2008/08/05 15:08:16 ubhat 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.8.12010000.2 2008/08/05 15:08:16 ubhat ship $ */
3: --
4: -- Package Variables
5: g_package varchar2(33) := ' ghr_sf52_api.';
6: --
7: --
8: -- ----------------------------------------------------------------------------
9: -- |--------------------------< create_sf52>--------------------------|

Line 1117: ghr_sf52_api.get_par_status

1113: hr_utility.raise_error;
1114: end if;
1115:
1116:
1117: ghr_sf52_api.get_par_status
1118: (p_effective_date => p_effective_date,
1119: p_approval_date => l_approval_date,
1120: p_requested_by_person_id => p_requested_by_person_id,
1121: p_authorized_by_person_id => p_authorized_by_person_id,

Line 1211: ghr_sf52_api.check_for_open_events

1207: end if;
1208:
1209:
1210: -- check for open events before attempting to route / Update HR
1211: ghr_sf52_api.check_for_open_events
1212: (
1213: p_pa_request_id => l_pa_request_id,
1214: p_message => l_message,
1215: p_action_taken => l_action_taken,

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

1600: p_per_benefit_info => l_imm_per_benefit_info,
1601: p_imm_retirement_info => l_imm_retirement_info --Bug# 7131104
1602:
1603: );
1604: ghr_sf52_api.end_sf52( p_pa_request_id => p_pa_request_id,
1605: p_action_taken => 'ENDED',
1606: p_par_object_version_number => l_rec.object_version_number);
1607: end if;
1608: End if;

Line 3207: ghr_sf52_api.get_par_status

3203: -- if action taken parameter is passed as NONE. (NONE is passed during the call made
3204: -- in Cancellation of APPT Sf52 to cancel the RPA's made after Appointment)
3205: if l_action_taken not in ('NONE') then
3206:
3207: ghr_sf52_api.get_par_status
3208: (p_effective_date => p_effective_date,
3209: p_approval_date => l_approval_date,
3210: p_requested_by_person_id => p_requested_by_person_id,
3211: p_authorized_by_person_id => p_authorized_by_person_id,

Line 3364: ghr_sf52_api.check_for_open_events

3360:
3361: hr_utility.set_location(l_proc, 20);
3362: -- check for open events before attempting to route / Update HR
3363: hr_utility.set_location('Before check Open Events',1);
3364: ghr_sf52_api.check_for_open_events
3365: (
3366: p_pa_request_id => p_pa_request_id,
3367: p_message => l_message,
3368: p_action_taken => l_action_taken,

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

3821: p_health_ben_pre_tax => l_imm_health_ben_pre_tax,
3822: p_per_benefit_info => l_imm_per_benefit_info,
3823: p_imm_retirement_info => l_imm_retirement_info --Bug# 7131104
3824: );
3825: ghr_sf52_api.end_sf52( p_pa_request_id => p_pa_request_id,
3826: p_action_taken => 'ENDED',
3827: p_par_object_version_number => l_rec.object_version_number);
3828: end if;
3829: end if;

Line 4292: ghr_sf52_api.Cancel_Cancor

4288: l_par_object_version_number := p_par_object_version_number;
4289:
4290:
4291: If p_first_noa_code in ('001','002') then
4292: ghr_sf52_api.Cancel_Cancor
4293: (p_altered_pa_request_id => p_altered_pa_request_id,
4294: p_noa_code_correct => p_second_noa_code,
4295: p_result => l_result
4296: );

Line 4756: end ghr_sf52_api;

4752: raise;
4753:
4754: end check_for_open_events;
4755:
4756: end ghr_sf52_api;