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.17.12020000.4 2013/03/27 13:15:22 karthmoh ship $ */
3: --
4:
5: /**************************************************************************/

Line 342: pqh_gsp_Post_Process.Override_Eligibility

338: End If;
339:
340: End If;
341:
342: pqh_gsp_Post_Process.Override_Eligibility
343: (P_Effective_Date => P_Effective_Date
344: ,P_Assignment_id => P_Assignment_Id
345: ,P_Called_From => 'A'
346: ,P_Date_track_Mode => P_Date_Track_Mode

Line 355: pqh_gsp_Post_Process.Update_Salary_Info

351: End If;
352:
353:
354: If L_Update_Salary_Cd <> 'NO_UPDATE' and l_Elig_per_Elctbl_Chc_Id is NOT NULL Then
355: pqh_gsp_Post_Process.Update_Salary_Info
356: (P_Elig_per_Elctbl_Chc_Id => l_Elig_per_Elctbl_Chc_Id
357: ,P_Effective_Date => P_Effective_Date
358: ,P_Dt_Mode => P_DATE_TRACK_MODE
359: ,P_Called_From => 'A'

Line 476: pqh_gsp_Post_Process.Update_Assgmt_Info

472: End If;
473:
474: /* Update the Assignment Record with the new grade , Step */
475:
476: pqh_gsp_Post_Process.Update_Assgmt_Info
477: (P_Elig_Per_Elctbl_Chc_Id => P_Elig_per_Elctbl_Chc_Id
478: ,P_Effective_Date => P_Effective_Date);
479:
480: if g_debug then

Line 487: pqh_gsp_Post_Process.Update_Salary_Info

483:
484: /* Update the Salary */
485:
486: If Nvl(l_Update_Salary_Cd,'NO_UPDATE') <> 'NO_UPDATE' Then
487: pqh_gsp_Post_Process.Update_Salary_Info
488: (P_Elig_per_Elctbl_Chc_Id => P_Elig_per_Elctbl_Chc_Id
489: ,P_Effective_Date => P_Effective_Date);
490: End If;
491:

Line 664: L_DATE_TRACK_MODE := pqh_gsp_post_process.DT_Mode

660: END IF;
661: End if;
662: if l_person_rule_checked then
663:
664: L_DATE_TRACK_MODE := pqh_gsp_post_process.DT_Mode
665: (P_EFFECTIVE_DATE => L_Effective_Date
666: ,P_BASE_TABLE_NAME => 'PER_ALL_ASSIGNMENTS_F'
667: ,P_BASE_KEY_COLUMN => 'ASSIGNMENT_ID'
668: ,P_BASE_KEY_VALUE => L_Assignment_id);

Line 2739: Pqh_gsp_Post_Process.Create_Enrollment

2735: Savepoint Start_Enrlmnt;
2736: /* Start Enrollment process */
2737:
2738: /*
2739: Pqh_gsp_Post_Process.Create_Enrollment
2740: (P_Elig_Per_Elctbl_Chc_Id => Elctbl_Rec.ELIG_PER_ELCTBL_CHC_ID
2741: ,P_Person_id => Elctbl_Rec.Person_Id
2742: ,P_Progression_Style => l_Progression_Style
2743: ,P_Effective_Date => Elctbl_Rec.Enrt_Cvg_Strt_Dt

Line 2754: pqh_gsp_Post_Process.Update_Assgmt_Info

2750: if g_debug then
2751: hr_utility.set_location(' Approve ', 30);
2752: end if;
2753:
2754: pqh_gsp_Post_Process.Update_Assgmt_Info
2755: (P_ELIG_PER_ELCTBL_CHC_ID => Elctbl_Rec.ELIG_PER_ELCTBL_CHC_ID
2756: ,P_Effective_Date => Elctbl_Rec.Enrt_Cvg_Strt_Dt);
2757:
2758: if g_debug then

Line 2766: pqh_gsp_Post_Process.Update_Salary_Info

2762: /* If Update_Salary_Cd is NO_UPDATE -- Salary Updateis not required.
2763: Hence will not make a call to Salary Update */
2764:
2765: If Elctbl_Rec.Update_Salary_Cd <> 'NO_UPDATE' Then
2766: pqh_gsp_Post_Process.Update_Salary_Info
2767: (P_ELIG_PER_ELCTBL_CHC_ID => Elctbl_Rec.ELIG_PER_ELCTBL_CHC_ID
2768: ,P_Effective_Date => Elctbl_Rec.Enrt_Cvg_Strt_Dt);
2769: End If;
2770: l_Per_In_ler_Stat_Cd := 'PROCD';

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

3259: Begin
3260:
3261: g_debug := hr_utility.debug_enabled;
3262: if g_debug then
3263: hr_utility.set_location(' Entering pqh_gsp_post_process.gsp_rate_sync ', 5);
3264: hr_utility.set_location(' Assgt_Id : ' || p_assignment_id, 10);
3265: hr_utility.set_location(' Person Id : ' || p_person_id, 20);
3266: hr_utility.set_location(' Per_In_Ler_Id : ' || p_per_in_ler_id, 30);
3267: hr_utility.set_location(' Effective_Date : ' || P_Effective_Date, 40);

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

3643: Begin
3644:
3645: g_debug := hr_utility.debug_enabled;
3646: if g_debug then
3647: hr_utility.set_location(' Entering pqh_gsp_post_process.update_rate_sync_salary ', 5);
3648: hr_utility.set_location(' Per_In_Ler_Id : ' || p_per_in_ler_id, 10);
3649: hr_utility.set_location(' Effective_Date : ' || P_Effective_Date, 20);
3650: End if;
3651:

Line 3975: END Pqh_Gsp_Post_Process;

3971: rollback;
3972: raise;
3973: End call_from_webadi;
3974: --
3975: END Pqh_Gsp_Post_Process;