DBA Data[Home] [Help]

APPS.BEN_PTNL_LER_FOR_PER_API dependencies on BEN_PPL_SHD

Line 802: ben_ppl_shd.lck(p_ptnl_ler_for_per_id => p_ptnl_ler_for_per_id,

798: end;
799: --
800: -- Lock the record so we can default properly
801: --
802: ben_ppl_shd.lck(p_ptnl_ler_for_per_id => p_ptnl_ler_for_per_id,
803: p_object_version_number => l_object_version_number);
804: --
805: -- default variables for update
806: --

Line 810: ben_ppl_shd.g_old_rec.csd_by_ptnl_ler_for_per_id;

806: --
807: l_csd_by_ptnl_ler_for_per_id := p_csd_by_ptnl_ler_for_per_id;
808: If (l_csd_by_ptnl_ler_for_per_id = hr_api.g_number) then
809: l_csd_by_ptnl_ler_for_per_id :=
810: ben_ppl_shd.g_old_rec.csd_by_ptnl_ler_for_per_id;
811: End If;
812: l_lf_evt_ocrd_dt := trunc(p_lf_evt_ocrd_dt);
813: If (p_lf_evt_ocrd_dt = hr_api.g_date) then
814: l_lf_evt_ocrd_dt :=

Line 815: ben_ppl_shd.g_old_rec.lf_evt_ocrd_dt;

811: End If;
812: l_lf_evt_ocrd_dt := trunc(p_lf_evt_ocrd_dt);
813: If (p_lf_evt_ocrd_dt = hr_api.g_date) then
814: l_lf_evt_ocrd_dt :=
815: ben_ppl_shd.g_old_rec.lf_evt_ocrd_dt;
816: End If;
817: l_trgr_table_pk_id := p_trgr_table_pk_id;
818: If (p_trgr_table_pk_id = hr_api.g_number) then
819: l_trgr_table_pk_id :=

Line 820: ben_ppl_shd.g_old_rec.trgr_table_pk_id;

816: End If;
817: l_trgr_table_pk_id := p_trgr_table_pk_id;
818: If (p_trgr_table_pk_id = hr_api.g_number) then
819: l_trgr_table_pk_id :=
820: ben_ppl_shd.g_old_rec.trgr_table_pk_id;
821: End If;
822: l_ptnl_ler_for_per_stat_cd := p_ptnl_ler_for_per_stat_cd;
823: If (l_ptnl_ler_for_per_stat_cd = hr_api.g_varchar2) then
824: l_ptnl_ler_for_per_stat_cd :=

Line 825: ben_ppl_shd.g_old_rec.ptnl_ler_for_per_stat_cd;

821: End If;
822: l_ptnl_ler_for_per_stat_cd := p_ptnl_ler_for_per_stat_cd;
823: If (l_ptnl_ler_for_per_stat_cd = hr_api.g_varchar2) then
824: l_ptnl_ler_for_per_stat_cd :=
825: ben_ppl_shd.g_old_rec.ptnl_ler_for_per_stat_cd;
826: End If;
827: l_ptnl_ler_for_per_src_cd := p_ptnl_ler_for_per_src_cd;
828: If (l_ptnl_ler_for_per_src_cd = hr_api.g_varchar2) then
829: l_ptnl_ler_for_per_src_cd :=

Line 830: ben_ppl_shd.g_old_rec.ptnl_ler_for_per_src_cd;

826: End If;
827: l_ptnl_ler_for_per_src_cd := p_ptnl_ler_for_per_src_cd;
828: If (l_ptnl_ler_for_per_src_cd = hr_api.g_varchar2) then
829: l_ptnl_ler_for_per_src_cd :=
830: ben_ppl_shd.g_old_rec.ptnl_ler_for_per_src_cd;
831: End If;
832: l_enrt_perd_id := p_enrt_perd_id;
833: If (l_enrt_perd_id = hr_api.g_number) then
834: l_enrt_perd_id :=

Line 835: ben_ppl_shd.g_old_rec.enrt_perd_id;

831: End If;
832: l_enrt_perd_id := p_enrt_perd_id;
833: If (l_enrt_perd_id = hr_api.g_number) then
834: l_enrt_perd_id :=
835: ben_ppl_shd.g_old_rec.enrt_perd_id;
836: End If;
837: l_ler_id := p_ler_id;
838: If (l_ler_id = hr_api.g_number) then
839: l_ler_id :=

Line 840: ben_ppl_shd.g_old_rec.ler_id;

836: End If;
837: l_ler_id := p_ler_id;
838: If (l_ler_id = hr_api.g_number) then
839: l_ler_id :=
840: ben_ppl_shd.g_old_rec.ler_id;
841: End If;
842: l_ntfn_dt := trunc(p_ntfn_dt);
843: If (l_ntfn_dt = hr_api.g_date) then
844: l_ntfn_dt :=

Line 845: ben_ppl_shd.g_old_rec.ntfn_dt;

841: End If;
842: l_ntfn_dt := trunc(p_ntfn_dt);
843: If (l_ntfn_dt = hr_api.g_date) then
844: l_ntfn_dt :=
845: ben_ppl_shd.g_old_rec.ntfn_dt;
846: End If;
847: l_dtctd_dt := trunc(p_dtctd_dt);
848: If (l_dtctd_dt = hr_api.g_date) then
849: l_dtctd_dt :=

Line 850: ben_ppl_shd.g_old_rec.dtctd_dt;

846: End If;
847: l_dtctd_dt := trunc(p_dtctd_dt);
848: If (l_dtctd_dt = hr_api.g_date) then
849: l_dtctd_dt :=
850: ben_ppl_shd.g_old_rec.dtctd_dt;
851: End If;
852: l_procd_dt := trunc(p_procd_dt);
853: If (l_procd_dt = hr_api.g_date) then
854: l_procd_dt :=

Line 855: ben_ppl_shd.g_old_rec.procd_dt;

851: End If;
852: l_procd_dt := trunc(p_procd_dt);
853: If (l_procd_dt = hr_api.g_date) then
854: l_procd_dt :=
855: ben_ppl_shd.g_old_rec.procd_dt;
856: End If;
857: l_unprocd_dt := trunc(p_unprocd_dt);
858: If (l_unprocd_dt = hr_api.g_date) then
859: l_unprocd_dt :=

Line 860: ben_ppl_shd.g_old_rec.unprocd_dt;

856: End If;
857: l_unprocd_dt := trunc(p_unprocd_dt);
858: If (l_unprocd_dt = hr_api.g_date) then
859: l_unprocd_dt :=
860: ben_ppl_shd.g_old_rec.unprocd_dt;
861: End If;
862: l_voidd_dt := trunc(p_voidd_dt);
863: If (l_voidd_dt = hr_api.g_date) then
864: l_voidd_dt :=

Line 865: ben_ppl_shd.g_old_rec.voidd_dt;

861: End If;
862: l_voidd_dt := trunc(p_voidd_dt);
863: If (l_voidd_dt = hr_api.g_date) then
864: l_voidd_dt :=
865: ben_ppl_shd.g_old_rec.voidd_dt;
866: End If;
867: l_mnlo_dt := trunc(p_mnlo_dt);
868: If (l_mnlo_dt = hr_api.g_date) then
869: l_mnlo_dt :=

Line 870: ben_ppl_shd.g_old_rec.mnlo_dt;

866: End If;
867: l_mnlo_dt := trunc(p_mnlo_dt);
868: If (l_mnlo_dt = hr_api.g_date) then
869: l_mnlo_dt :=
870: ben_ppl_shd.g_old_rec.mnlo_dt;
871: End If;
872: l_mnl_dt := trunc(p_mnl_dt);
873: If (l_mnl_dt = hr_api.g_date) then
874: l_mnl_dt :=

Line 875: ben_ppl_shd.g_old_rec.mnl_dt;

871: End If;
872: l_mnl_dt := trunc(p_mnl_dt);
873: If (l_mnl_dt = hr_api.g_date) then
874: l_mnl_dt :=
875: ben_ppl_shd.g_old_rec.mnl_dt;
876: End If;
877: l_person_id := p_person_id;
878: If (l_person_id = hr_api.g_number) then
879: l_person_id :=

Line 880: ben_ppl_shd.g_old_rec.person_id;

876: End If;
877: l_person_id := p_person_id;
878: If (l_person_id = hr_api.g_number) then
879: l_person_id :=
880: ben_ppl_shd.g_old_rec.person_id;
881: End If;
882: l_business_group_id := p_business_group_id;
883: If (l_business_group_id = hr_api.g_number) then
884: l_business_group_id :=

Line 885: ben_ppl_shd.g_old_rec.business_group_id;

881: End If;
882: l_business_group_id := p_business_group_id;
883: If (l_business_group_id = hr_api.g_number) then
884: l_business_group_id :=
885: ben_ppl_shd.g_old_rec.business_group_id;
886: End If;
887: l_request_id := p_request_id;
888: If (l_request_id = hr_api.g_number) then
889: l_request_id :=

Line 890: ben_ppl_shd.g_old_rec.request_id;

886: End If;
887: l_request_id := p_request_id;
888: If (l_request_id = hr_api.g_number) then
889: l_request_id :=
890: ben_ppl_shd.g_old_rec.request_id;
891: End If;
892: l_program_application_id := p_program_application_id;
893: If (l_program_application_id = hr_api.g_number) then
894: l_program_application_id :=

Line 895: ben_ppl_shd.g_old_rec.program_application_id;

891: End If;
892: l_program_application_id := p_program_application_id;
893: If (l_program_application_id = hr_api.g_number) then
894: l_program_application_id :=
895: ben_ppl_shd.g_old_rec.program_application_id;
896: End If;
897: l_program_id := p_program_id;
898: If (l_program_id = hr_api.g_number) then
899: l_program_id :=

Line 900: ben_ppl_shd.g_old_rec.program_id;

896: End If;
897: l_program_id := p_program_id;
898: If (l_program_id = hr_api.g_number) then
899: l_program_id :=
900: ben_ppl_shd.g_old_rec.program_id;
901: End If;
902: l_program_update_date := trunc(p_program_update_date);
903: If (l_program_update_date = hr_api.g_date) then
904: l_program_update_date :=

Line 905: ben_ppl_shd.g_old_rec.program_update_date;

901: End If;
902: l_program_update_date := trunc(p_program_update_date);
903: If (l_program_update_date = hr_api.g_date) then
904: l_program_update_date :=
905: ben_ppl_shd.g_old_rec.program_update_date;
906: End If;
907: --
908: l_object_version_number := l_object_version_number + 1;
909: --

Line 1151: ben_ppl_shd.lck

1147: l_proc := g_package||'lck';
1148: hr_utility.set_location('Entering:'|| l_proc, 10);
1149: end if;
1150: --
1151: ben_ppl_shd.lck
1152: (p_ptnl_ler_for_per_id => p_ptnl_ler_for_per_id
1153: ,p_object_version_number => p_object_version_number);
1154: --
1155: if g_debug then