DBA Data[Home] [Help]

APPS.PQH_GSP_POST_PROCESS dependencies on PQH_GSP_POST_PROCESS

Line 1: Package Body pqh_gsp_Post_Process as

1: Package Body pqh_gsp_Post_Process as
2: /* $Header: pqhgsppp.pkb 120.6.12010000.7 2008/08/05 13:38:10 ubhat ship $ */
3: --
4:
5: /**************************************************************************/

Line 301: pqh_gsp_Post_Process.Override_Eligibility

297: End If;
298:
299: End If;
300:
301: pqh_gsp_Post_Process.Override_Eligibility
302: (P_Effective_Date => P_Effective_Date
303: ,P_Assignment_id => P_Assignment_Id
304: ,P_Called_From => 'A'
305: ,P_Date_track_Mode => P_Date_Track_Mode

Line 314: pqh_gsp_Post_Process.Update_Salary_Info

310: End If;
311:
312:
313: If L_Update_Salary_Cd <> 'NO_UPDATE' and l_Elig_per_Elctbl_Chc_Id is NOT NULL Then
314: pqh_gsp_Post_Process.Update_Salary_Info
315: (P_Elig_per_Elctbl_Chc_Id => l_Elig_per_Elctbl_Chc_Id
316: ,P_Effective_Date => P_Effective_Date
317: ,P_Dt_Mode => P_DATE_TRACK_MODE
318: ,P_Called_From => 'A'

Line 435: pqh_gsp_Post_Process.Update_Assgmt_Info

431: End If;
432:
433: /* Update the Assignment Record with the new grade , Step */
434:
435: pqh_gsp_Post_Process.Update_Assgmt_Info
436: (P_Elig_Per_Elctbl_Chc_Id => P_Elig_per_Elctbl_Chc_Id
437: ,P_Effective_Date => P_Effective_Date);
438:
439: if g_debug then

Line 446: pqh_gsp_Post_Process.Update_Salary_Info

442:
443: /* Update the Salary */
444:
445: If Nvl(l_Update_Salary_Cd,'NO_UPDATE') <> 'NO_UPDATE' Then
446: pqh_gsp_Post_Process.Update_Salary_Info
447: (P_Elig_per_Elctbl_Chc_Id => P_Elig_per_Elctbl_Chc_Id
448: ,P_Effective_Date => P_Effective_Date);
449: End If;
450:

Line 623: L_DATE_TRACK_MODE := pqh_gsp_post_process.DT_Mode

619: END IF;
620: End if;
621: if l_person_rule_checked then
622:
623: L_DATE_TRACK_MODE := pqh_gsp_post_process.DT_Mode
624: (P_EFFECTIVE_DATE => L_Effective_Date
625: ,P_BASE_TABLE_NAME => 'PER_ALL_ASSIGNMENTS_F'
626: ,P_BASE_KEY_COLUMN => 'ASSIGNMENT_ID'
627: ,P_BASE_KEY_VALUE => L_Assignment_id);

Line 2579: Pqh_gsp_Post_Process.Create_Enrollment

2575: Savepoint Start_Enrlmnt;
2576: /* Start Enrollment process */
2577:
2578: /*
2579: Pqh_gsp_Post_Process.Create_Enrollment
2580: (P_Elig_Per_Elctbl_Chc_Id => Elctbl_Rec.ELIG_PER_ELCTBL_CHC_ID
2581: ,P_Person_id => Elctbl_Rec.Person_Id
2582: ,P_Progression_Style => l_Progression_Style
2583: ,P_Effective_Date => Elctbl_Rec.Enrt_Cvg_Strt_Dt

Line 2594: pqh_gsp_Post_Process.Update_Assgmt_Info

2590: if g_debug then
2591: hr_utility.set_location(' Approve ', 30);
2592: end if;
2593:
2594: pqh_gsp_Post_Process.Update_Assgmt_Info
2595: (P_ELIG_PER_ELCTBL_CHC_ID => Elctbl_Rec.ELIG_PER_ELCTBL_CHC_ID
2596: ,P_Effective_Date => Elctbl_Rec.Enrt_Cvg_Strt_Dt);
2597:
2598: if g_debug then

Line 2606: pqh_gsp_Post_Process.Update_Salary_Info

2602: /* If Update_Salary_Cd is NO_UPDATE -- Salary Updateis not required.
2603: Hence will not make a call to Salary Update */
2604:
2605: If Elctbl_Rec.Update_Salary_Cd <> 'NO_UPDATE' Then
2606: pqh_gsp_Post_Process.Update_Salary_Info
2607: (P_ELIG_PER_ELCTBL_CHC_ID => Elctbl_Rec.ELIG_PER_ELCTBL_CHC_ID
2608: ,P_Effective_Date => Elctbl_Rec.Enrt_Cvg_Strt_Dt);
2609: End If;
2610: l_Per_In_ler_Stat_Cd := 'PROCD';

Line 3103: hr_utility.set_location(' Entering pqh_gsp_post_process.gsp_rate_sync ', 5);

3099: Begin
3100:
3101: g_debug := hr_utility.debug_enabled;
3102: if g_debug then
3103: hr_utility.set_location(' Entering pqh_gsp_post_process.gsp_rate_sync ', 5);
3104: hr_utility.set_location(' Assgt_Id : ' || p_assignment_id, 10);
3105: hr_utility.set_location(' Person Id : ' || p_person_id, 20);
3106: hr_utility.set_location(' Per_In_Ler_Id : ' || p_per_in_ler_id, 30);
3107: hr_utility.set_location(' Effective_Date : ' || P_Effective_Date, 40);

Line 3487: hr_utility.set_location(' Entering pqh_gsp_post_process.update_rate_sync_salary ', 5);

3483: Begin
3484:
3485: g_debug := hr_utility.debug_enabled;
3486: if g_debug then
3487: hr_utility.set_location(' Entering pqh_gsp_post_process.update_rate_sync_salary ', 5);
3488: hr_utility.set_location(' Per_In_Ler_Id : ' || p_per_in_ler_id, 10);
3489: hr_utility.set_location(' Effective_Date : ' || P_Effective_Date, 20);
3490: End if;
3491:

Line 3815: END Pqh_Gsp_Post_Process;

3811: rollback;
3812: raise;
3813: End call_from_webadi;
3814: --
3815: END Pqh_Gsp_Post_Process;