DBA Data[Home] [Help]

APPS.PER_ROL_BUS dependencies on PER_ROL_BUS

Line 1: Package Body per_rol_bus as

1: Package Body per_rol_bus as
2: /* $Header: perolrhi.pkb 120.0 2005/05/31 18:34:51 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' per_rol_bus.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_rol_bus.'; -- Global package name
9: --
10: -- The following two global variables are only to be
11: -- used by the return_legislation_code function.
12: --

Line 115: if ( nvl(per_rol_bus.g_role_id, hr_api.g_number)

111: ,p_argument => 'role_id'
112: ,p_argument_value => p_role_id
113: );
114: --
115: if ( nvl(per_rol_bus.g_role_id, hr_api.g_number)
116: = p_role_id) then
117: --
118: -- The legislation code has already been found with a previous
119: -- call to this function. Just return the value in the global

Line 122: l_legislation_code := per_rol_bus.g_legislation_code;

118: -- The legislation code has already been found with a previous
119: -- call to this function. Just return the value in the global
120: -- variable.
121: --
122: l_legislation_code := per_rol_bus.g_legislation_code;
123: hr_utility.set_location(l_proc, 20);
124: else
125: --
126: -- The ID is different to the last call to this function

Line 146: per_rol_bus.g_role_id := p_role_id;

142: -- Set the global variables so the values are
143: -- available for the next call to this function.
144: --
145: close csr_leg_code;
146: per_rol_bus.g_role_id := p_role_id;
147: per_rol_bus.g_legislation_code := l_legislation_code;
148: end if;
149: hr_utility.set_location(' Leaving:'|| l_proc, 40);
150: return l_legislation_code;

Line 147: per_rol_bus.g_legislation_code := l_legislation_code;

143: -- available for the next call to this function.
144: --
145: close csr_leg_code;
146: per_rol_bus.g_role_id := p_role_id;
147: per_rol_bus.g_legislation_code := l_legislation_code;
148: end if;
149: hr_utility.set_location(' Leaving:'|| l_proc, 40);
150: return l_legislation_code;
151: end return_legislation_code;

Line 876: per_rol_bus.chk_job_group(p_job_id => p_rec.job_id

872: -- Call parent person table's set security group id function.
873: --
874: per_per_bus.set_security_group_id(p_person_id => to_number(p_rec.person_id));
875: --
876: per_rol_bus.chk_job_group(p_job_id => p_rec.job_id
877: ,p_job_group_id => p_rec.job_group_id
878: ,p_person_id => p_rec.person_id);
879: --
880: per_rol_bus.chk_rep_body(p_job_group_id => p_rec.job_group_id

Line 880: per_rol_bus.chk_rep_body(p_job_group_id => p_rec.job_group_id

876: per_rol_bus.chk_job_group(p_job_id => p_rec.job_id
877: ,p_job_group_id => p_rec.job_group_id
878: ,p_person_id => p_rec.person_id);
879: --
880: per_rol_bus.chk_rep_body(p_job_group_id => p_rec.job_group_id
881: ,p_organization_id => p_rec.organization_id);
882: --
883: per_rol_bus.chk_dates(p_start_date => p_rec.start_date
884: ,p_end_date => p_rec.end_date);

Line 883: per_rol_bus.chk_dates(p_start_date => p_rec.start_date

879: --
880: per_rol_bus.chk_rep_body(p_job_group_id => p_rec.job_group_id
881: ,p_organization_id => p_rec.organization_id);
882: --
883: per_rol_bus.chk_dates(p_start_date => p_rec.start_date
884: ,p_end_date => p_rec.end_date);
885: --
886: per_rol_bus.chk_person_id
887: (p_role_id => p_rec.role_id

Line 886: per_rol_bus.chk_person_id

882: --
883: per_rol_bus.chk_dates(p_start_date => p_rec.start_date
884: ,p_end_date => p_rec.end_date);
885: --
886: per_rol_bus.chk_person_id
887: (p_role_id => p_rec.role_id
888: ,p_person_id => p_rec.person_id
889: ,p_effective_date => p_effective_date);
890: --

Line 891: per_rol_bus.chk_emp_rights

887: (p_role_id => p_rec.role_id
888: ,p_person_id => p_rec.person_id
889: ,p_effective_date => p_effective_date);
890: --
891: per_rol_bus.chk_emp_rights
892: (p_emp_rights_flag => p_rec.emp_rights_flag
893: ,p_end_of_rights_date => p_rec.end_of_rights_date
894: ,p_end_date => p_rec.end_date);
895: --

Line 896: per_rol_bus.chk_ddf(p_rec);

892: (p_emp_rights_flag => p_rec.emp_rights_flag
893: ,p_end_of_rights_date => p_rec.end_of_rights_date
894: ,p_end_date => p_rec.end_date);
895: --
896: per_rol_bus.chk_ddf(p_rec);
897: --
898: per_rol_bus.chk_df(p_rec);
899: --
900: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 898: per_rol_bus.chk_df(p_rec);

894: ,p_end_date => p_rec.end_date);
895: --
896: per_rol_bus.chk_ddf(p_rec);
897: --
898: per_rol_bus.chk_df(p_rec);
899: --
900: hr_utility.set_location(' Leaving:'||l_proc, 10);
901: End insert_validate;
902: --

Line 918: per_rol_bus.chk_job_group(p_job_id => p_rec.job_id

914: hr_utility.set_location('Entering:'||l_proc, 5);
915: --
916: -- Call all supporting business operations
917: --
918: per_rol_bus.chk_job_group(p_job_id => p_rec.job_id
919: ,p_job_group_id => p_rec.job_group_id
920: ,p_person_id => p_rec.person_id);
921: --
922: per_rol_bus.chk_rep_body(p_job_group_id => p_rec.job_group_id

Line 922: per_rol_bus.chk_rep_body(p_job_group_id => p_rec.job_group_id

918: per_rol_bus.chk_job_group(p_job_id => p_rec.job_id
919: ,p_job_group_id => p_rec.job_group_id
920: ,p_person_id => p_rec.person_id);
921: --
922: per_rol_bus.chk_rep_body(p_job_group_id => p_rec.job_group_id
923: ,p_organization_id => p_rec.organization_id);
924: --
925: per_rol_bus.chk_dates(p_start_date => p_rec.start_date
926: ,p_end_date => p_rec.end_date);

Line 925: per_rol_bus.chk_dates(p_start_date => p_rec.start_date

921: --
922: per_rol_bus.chk_rep_body(p_job_group_id => p_rec.job_group_id
923: ,p_organization_id => p_rec.organization_id);
924: --
925: per_rol_bus.chk_dates(p_start_date => p_rec.start_date
926: ,p_end_date => p_rec.end_date);
927: --
928: per_rol_bus.chk_person_id
929: (p_role_id => p_rec.role_id

Line 928: per_rol_bus.chk_person_id

924: --
925: per_rol_bus.chk_dates(p_start_date => p_rec.start_date
926: ,p_end_date => p_rec.end_date);
927: --
928: per_rol_bus.chk_person_id
929: (p_role_id => p_rec.role_id
930: ,p_person_id => p_rec.person_id
931: ,p_effective_date => p_effective_date);
932: --

Line 933: per_rol_bus.chk_emp_rights

929: (p_role_id => p_rec.role_id
930: ,p_person_id => p_rec.person_id
931: ,p_effective_date => p_effective_date);
932: --
933: per_rol_bus.chk_emp_rights
934: (p_emp_rights_flag => p_rec.emp_rights_flag
935: ,p_end_of_rights_date => p_rec.end_of_rights_date
936: ,p_end_date => p_rec.end_date);
937: --

Line 947: per_rol_bus.chk_ddf(p_rec);

943: (p_effective_date => p_effective_date
944: ,p_rec => p_rec
945: );
946: --
947: per_rol_bus.chk_ddf(p_rec);
948: --
949: per_rol_bus.chk_df(p_rec);
950: --
951: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 949: per_rol_bus.chk_df(p_rec);

945: );
946: --
947: per_rol_bus.chk_ddf(p_rec);
948: --
949: per_rol_bus.chk_df(p_rec);
950: --
951: hr_utility.set_location(' Leaving:'||l_proc, 10);
952: End update_validate;
953: --

Line 1009: end per_rol_bus;

1005: --
1006: end chk_dup_roles;
1007: -- End of 2497485
1008: --
1009: end per_rol_bus;