DBA Data[Home] [Help]

APPS.BEN_PTNL_LER_FOR_PER_API dependencies on BEN_PPL_SHD

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

880: end;
881: --
882: -- Lock the record so we can default properly
883: --
884: ben_ppl_shd.lck(p_ptnl_ler_for_per_id => p_ptnl_ler_for_per_id,
885: p_object_version_number => l_object_version_number);
886: --
887: -- default variables for update
888: --

Line 892: ben_ppl_shd.g_old_rec.csd_by_ptnl_ler_for_per_id;

888: --
889: l_csd_by_ptnl_ler_for_per_id := p_csd_by_ptnl_ler_for_per_id;
890: If (l_csd_by_ptnl_ler_for_per_id = hr_api.g_number) then
891: l_csd_by_ptnl_ler_for_per_id :=
892: ben_ppl_shd.g_old_rec.csd_by_ptnl_ler_for_per_id;
893: End If;
894: l_lf_evt_ocrd_dt := trunc(p_lf_evt_ocrd_dt);
895: If (p_lf_evt_ocrd_dt = hr_api.g_date) then
896: l_lf_evt_ocrd_dt :=

Line 897: ben_ppl_shd.g_old_rec.lf_evt_ocrd_dt;

893: End If;
894: l_lf_evt_ocrd_dt := trunc(p_lf_evt_ocrd_dt);
895: If (p_lf_evt_ocrd_dt = hr_api.g_date) then
896: l_lf_evt_ocrd_dt :=
897: ben_ppl_shd.g_old_rec.lf_evt_ocrd_dt;
898: End If;
899: l_trgr_table_pk_id := p_trgr_table_pk_id;
900: If (p_trgr_table_pk_id = hr_api.g_number) then
901: l_trgr_table_pk_id :=

Line 902: ben_ppl_shd.g_old_rec.trgr_table_pk_id;

898: End If;
899: l_trgr_table_pk_id := p_trgr_table_pk_id;
900: If (p_trgr_table_pk_id = hr_api.g_number) then
901: l_trgr_table_pk_id :=
902: ben_ppl_shd.g_old_rec.trgr_table_pk_id;
903: End If;
904: l_ptnl_ler_for_per_stat_cd := p_ptnl_ler_for_per_stat_cd;
905: If (l_ptnl_ler_for_per_stat_cd = hr_api.g_varchar2) then
906: l_ptnl_ler_for_per_stat_cd :=

Line 907: ben_ppl_shd.g_old_rec.ptnl_ler_for_per_stat_cd;

903: End If;
904: l_ptnl_ler_for_per_stat_cd := p_ptnl_ler_for_per_stat_cd;
905: If (l_ptnl_ler_for_per_stat_cd = hr_api.g_varchar2) then
906: l_ptnl_ler_for_per_stat_cd :=
907: ben_ppl_shd.g_old_rec.ptnl_ler_for_per_stat_cd;
908: End If;
909: l_ptnl_ler_for_per_src_cd := p_ptnl_ler_for_per_src_cd;
910: If (l_ptnl_ler_for_per_src_cd = hr_api.g_varchar2) then
911: l_ptnl_ler_for_per_src_cd :=

Line 912: ben_ppl_shd.g_old_rec.ptnl_ler_for_per_src_cd;

908: End If;
909: l_ptnl_ler_for_per_src_cd := p_ptnl_ler_for_per_src_cd;
910: If (l_ptnl_ler_for_per_src_cd = hr_api.g_varchar2) then
911: l_ptnl_ler_for_per_src_cd :=
912: ben_ppl_shd.g_old_rec.ptnl_ler_for_per_src_cd;
913: End If;
914: l_enrt_perd_id := p_enrt_perd_id;
915: If (l_enrt_perd_id = hr_api.g_number) then
916: l_enrt_perd_id :=

Line 917: ben_ppl_shd.g_old_rec.enrt_perd_id;

913: End If;
914: l_enrt_perd_id := p_enrt_perd_id;
915: If (l_enrt_perd_id = hr_api.g_number) then
916: l_enrt_perd_id :=
917: ben_ppl_shd.g_old_rec.enrt_perd_id;
918: End If;
919: l_ler_id := p_ler_id;
920: If (l_ler_id = hr_api.g_number) then
921: l_ler_id :=

Line 922: ben_ppl_shd.g_old_rec.ler_id;

918: End If;
919: l_ler_id := p_ler_id;
920: If (l_ler_id = hr_api.g_number) then
921: l_ler_id :=
922: ben_ppl_shd.g_old_rec.ler_id;
923: End If;
924: l_ntfn_dt := trunc(p_ntfn_dt);
925: If (l_ntfn_dt = hr_api.g_date) then
926: l_ntfn_dt :=

Line 927: ben_ppl_shd.g_old_rec.ntfn_dt;

923: End If;
924: l_ntfn_dt := trunc(p_ntfn_dt);
925: If (l_ntfn_dt = hr_api.g_date) then
926: l_ntfn_dt :=
927: ben_ppl_shd.g_old_rec.ntfn_dt;
928: End If;
929: l_dtctd_dt := trunc(p_dtctd_dt);
930: If (l_dtctd_dt = hr_api.g_date) then
931: l_dtctd_dt :=

Line 932: ben_ppl_shd.g_old_rec.dtctd_dt;

928: End If;
929: l_dtctd_dt := trunc(p_dtctd_dt);
930: If (l_dtctd_dt = hr_api.g_date) then
931: l_dtctd_dt :=
932: ben_ppl_shd.g_old_rec.dtctd_dt;
933: End If;
934: l_procd_dt := trunc(p_procd_dt);
935: If (l_procd_dt = hr_api.g_date) then
936: l_procd_dt :=

Line 937: ben_ppl_shd.g_old_rec.procd_dt;

933: End If;
934: l_procd_dt := trunc(p_procd_dt);
935: If (l_procd_dt = hr_api.g_date) then
936: l_procd_dt :=
937: ben_ppl_shd.g_old_rec.procd_dt;
938: End If;
939: l_unprocd_dt := trunc(p_unprocd_dt);
940: If (l_unprocd_dt = hr_api.g_date) then
941: l_unprocd_dt :=

Line 942: ben_ppl_shd.g_old_rec.unprocd_dt;

938: End If;
939: l_unprocd_dt := trunc(p_unprocd_dt);
940: If (l_unprocd_dt = hr_api.g_date) then
941: l_unprocd_dt :=
942: ben_ppl_shd.g_old_rec.unprocd_dt;
943: End If;
944: l_voidd_dt := trunc(p_voidd_dt);
945: If (l_voidd_dt = hr_api.g_date) then
946: l_voidd_dt :=

Line 947: ben_ppl_shd.g_old_rec.voidd_dt;

943: End If;
944: l_voidd_dt := trunc(p_voidd_dt);
945: If (l_voidd_dt = hr_api.g_date) then
946: l_voidd_dt :=
947: ben_ppl_shd.g_old_rec.voidd_dt;
948: End If;
949: l_mnlo_dt := trunc(p_mnlo_dt);
950: If (l_mnlo_dt = hr_api.g_date) then
951: l_mnlo_dt :=

Line 952: ben_ppl_shd.g_old_rec.mnlo_dt;

948: End If;
949: l_mnlo_dt := trunc(p_mnlo_dt);
950: If (l_mnlo_dt = hr_api.g_date) then
951: l_mnlo_dt :=
952: ben_ppl_shd.g_old_rec.mnlo_dt;
953: End If;
954: l_mnl_dt := trunc(p_mnl_dt);
955: If (l_mnl_dt = hr_api.g_date) then
956: l_mnl_dt :=

Line 957: ben_ppl_shd.g_old_rec.mnl_dt;

953: End If;
954: l_mnl_dt := trunc(p_mnl_dt);
955: If (l_mnl_dt = hr_api.g_date) then
956: l_mnl_dt :=
957: ben_ppl_shd.g_old_rec.mnl_dt;
958: End If;
959: l_person_id := p_person_id;
960: If (l_person_id = hr_api.g_number) then
961: l_person_id :=

Line 962: ben_ppl_shd.g_old_rec.person_id;

958: End If;
959: l_person_id := p_person_id;
960: If (l_person_id = hr_api.g_number) then
961: l_person_id :=
962: ben_ppl_shd.g_old_rec.person_id;
963: End If;
964: l_business_group_id := p_business_group_id;
965: If (l_business_group_id = hr_api.g_number) then
966: l_business_group_id :=

Line 967: ben_ppl_shd.g_old_rec.business_group_id;

963: End If;
964: l_business_group_id := p_business_group_id;
965: If (l_business_group_id = hr_api.g_number) then
966: l_business_group_id :=
967: ben_ppl_shd.g_old_rec.business_group_id;
968: End If;
969: l_request_id := p_request_id;
970: If (l_request_id = hr_api.g_number) then
971: l_request_id :=

Line 972: ben_ppl_shd.g_old_rec.request_id;

968: End If;
969: l_request_id := p_request_id;
970: If (l_request_id = hr_api.g_number) then
971: l_request_id :=
972: ben_ppl_shd.g_old_rec.request_id;
973: End If;
974: l_program_application_id := p_program_application_id;
975: If (l_program_application_id = hr_api.g_number) then
976: l_program_application_id :=

Line 977: ben_ppl_shd.g_old_rec.program_application_id;

973: End If;
974: l_program_application_id := p_program_application_id;
975: If (l_program_application_id = hr_api.g_number) then
976: l_program_application_id :=
977: ben_ppl_shd.g_old_rec.program_application_id;
978: End If;
979: l_program_id := p_program_id;
980: If (l_program_id = hr_api.g_number) then
981: l_program_id :=

Line 982: ben_ppl_shd.g_old_rec.program_id;

978: End If;
979: l_program_id := p_program_id;
980: If (l_program_id = hr_api.g_number) then
981: l_program_id :=
982: ben_ppl_shd.g_old_rec.program_id;
983: End If;
984: l_program_update_date := trunc(p_program_update_date);
985: If (l_program_update_date = hr_api.g_date) then
986: l_program_update_date :=

Line 987: ben_ppl_shd.g_old_rec.program_update_date;

983: End If;
984: l_program_update_date := trunc(p_program_update_date);
985: If (l_program_update_date = hr_api.g_date) then
986: l_program_update_date :=
987: ben_ppl_shd.g_old_rec.program_update_date;
988: End If;
989: --
990: l_object_version_number := l_object_version_number + 1;
991: --

Line 1233: ben_ppl_shd.lck

1229: l_proc := g_package||'lck';
1230: hr_utility.set_location('Entering:'|| l_proc, 10);
1231: end if;
1232: --
1233: ben_ppl_shd.lck
1234: (p_ptnl_ler_for_per_id => p_ptnl_ler_for_per_id
1235: ,p_object_version_number => p_object_version_number);
1236: --
1237: if g_debug then