DBA Data[Home] [Help]

APPS.HR_PDT_BUS dependencies on HR_PDT_BUS

Line 1: Package Body hr_pdt_bus as

1: Package Body hr_pdt_bus as
2: /* $Header: hrpdtrhi.pkb 120.4.12010000.2 2008/08/06 08:46:56 ubhat ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 119: if ( nvl(hr_pdt_bus.g_person_deployment_id, hr_api.g_number)

115: ,p_argument => 'person_deployment_id'
116: ,p_argument_value => p_person_deployment_id
117: );
118: --
119: if ( nvl(hr_pdt_bus.g_person_deployment_id, hr_api.g_number)
120: = p_person_deployment_id) then
121: --
122: -- The legislation code has already been found with a previous
123: -- call to this function. Just return the value in the global

Line 126: l_legislation_code := hr_pdt_bus.g_legislation_code;

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

Line 150: hr_pdt_bus.g_person_deployment_id := p_person_deployment_id;

146: -- Set the global variables so the values are
147: -- available for the next call to this function.
148: --
149: close csr_leg_code;
150: hr_pdt_bus.g_person_deployment_id := p_person_deployment_id;
151: hr_pdt_bus.g_legislation_code := l_legislation_code;
152: end if;
153: hr_utility.set_location(' Leaving:'|| l_proc, 40);
154: return l_legislation_code;

Line 151: hr_pdt_bus.g_legislation_code := l_legislation_code;

147: -- available for the next call to this function.
148: --
149: close csr_leg_code;
150: hr_pdt_bus.g_person_deployment_id := p_person_deployment_id;
151: hr_pdt_bus.g_legislation_code := l_legislation_code;
152: end if;
153: hr_utility.set_location(' Leaving:'|| l_proc, 40);
154: return l_legislation_code;
155: end return_legislation_code;

Line 3961: hr_pdt_bus.chk_business_groups

3957: if g_debug then
3958: hr_utility.set_location(l_proc, 10);
3959: end if;
3960: --
3961: hr_pdt_bus.chk_business_groups
3962: (p_from_business_group_id => p_rec.from_business_group_id
3963: ,p_to_business_group_id => p_rec.to_business_group_id
3964: );
3965: --

Line 3970: hr_pdt_bus.chk_from_person_id

3966: if g_debug then
3967: hr_utility.set_location(l_proc, 15);
3968: end if;
3969: --
3970: hr_pdt_bus.chk_from_person_id
3971: (p_person_deployment_id => p_rec.person_deployment_id
3972: ,p_object_version_number => p_rec.object_version_number
3973: ,p_from_person_id => p_rec.from_person_id
3974: ,p_from_business_group_id => p_rec.from_business_group_id

Line 3982: hr_pdt_bus.chk_to_person_id

3978: if g_debug then
3979: hr_utility.set_location(l_proc, 20);
3980: end if;
3981: --
3982: hr_pdt_bus.chk_to_person_id
3983: (p_person_deployment_id => p_rec.person_deployment_id
3984: ,p_object_version_number => p_rec.object_version_number
3985: ,p_to_person_id => p_rec.to_person_id
3986: ,p_to_business_group_id => p_rec.to_business_group_id

Line 3995: hr_pdt_bus.chk_person_type_id

3991: if g_debug then
3992: hr_utility.set_location(l_proc, 25);
3993: end if;
3994: --
3995: hr_pdt_bus.chk_person_type_id
3996: (p_person_type_id => p_rec.person_type_id
3997: ,p_to_business_group_id => p_rec.to_business_group_id
3998: ,p_person_deployment_id => p_rec.person_deployment_id
3999: ,p_object_version_number => p_rec.object_version_number

Line 4006: hr_pdt_bus.chk_start_end_date

4002: if g_debug then
4003: hr_utility.set_location(l_proc,30 );
4004: end if;
4005: --
4006: hr_pdt_bus.chk_start_end_date
4007: (p_start_date => p_rec.start_date
4008: ,p_end_date => p_rec.end_date
4009: ,p_person_deployment_id => p_rec.person_deployment_id
4010: ,p_object_version_number => p_rec.object_version_number

Line 4018: hr_pdt_bus.chk_permanent

4014: if g_debug then
4015: hr_utility.set_location(l_proc, 35);
4016: end if;
4017: --
4018: hr_pdt_bus.chk_permanent
4019: (p_permanent => p_rec.permanent
4020: ,p_from_person_id => p_rec.from_person_id
4021: ,p_end_date => p_rec.end_date
4022: ,p_person_deployment_id => p_rec.person_deployment_id

Line 4030: hr_pdt_bus.chk_deployment_reason

4026: if g_debug then
4027: hr_utility.set_location(l_proc, 40);
4028: end if;
4029: --
4030: hr_pdt_bus.chk_deployment_reason
4031: (p_deployment_reason => p_rec.deployment_reason
4032: ,p_start_date => p_rec.start_date
4033: ,p_person_deployment_id => p_rec.person_deployment_id
4034: ,p_object_version_number => p_rec.object_version_number

Line 4041: hr_pdt_bus.chk_employee_number

4037: if g_debug then
4038: hr_utility.set_location(l_proc, 45);
4039: end if;
4040: --
4041: hr_pdt_bus.chk_employee_number
4042: (p_employee_number => p_rec.employee_number
4043: ,p_to_business_group_id => p_rec.to_business_group_id
4044: ,p_to_person_id => p_rec.to_person_id
4045: ,p_person_deployment_id => p_rec.person_deployment_id

Line 4053: hr_pdt_bus.chk_leaving_reason

4049: if g_debug then
4050: hr_utility.set_location(l_proc,50 );
4051: end if;
4052: --
4053: hr_pdt_bus.chk_leaving_reason
4054: (p_leaving_reason => p_rec.leaving_reason
4055: ,p_start_date => p_rec.start_date
4056: ,p_permanent => p_rec.permanent
4057: ,p_person_deployment_id => p_rec.person_deployment_id

Line 4065: hr_pdt_bus.chk_leaving_person_type_id

4061: if g_debug then
4062: hr_utility.set_location(l_proc, 55);
4063: end if;
4064: --
4065: hr_pdt_bus.chk_leaving_person_type_id
4066: (p_leaving_person_type_id => p_rec.leaving_person_type_id
4067: ,p_to_business_group_id => p_rec.to_business_group_id
4068: ,p_permanent => p_rec.permanent
4069: ,p_person_deployment_id => p_rec.person_deployment_id

Line 4077: hr_pdt_bus.chk_status

4073: if g_debug then
4074: hr_utility.set_location(l_proc, 60);
4075: end if;
4076: --
4077: hr_pdt_bus.chk_status
4078: (p_status => p_rec.status
4079: ,p_start_date => p_rec.start_date
4080: ,p_person_deployment_id => p_rec.person_deployment_id
4081: ,p_object_version_number => p_rec.object_version_number

Line 4088: hr_pdt_bus.chk_deplymt_policy_id

4084: if g_debug then
4085: hr_utility.set_location(l_proc,65 );
4086: end if;
4087: --
4088: hr_pdt_bus.chk_deplymt_policy_id
4089: (p_deplymt_policy_id => p_rec.deplymt_policy_id
4090: );
4091: --
4092: if g_debug then

Line 4096: hr_pdt_bus.chk_retain_direct_reports

4092: if g_debug then
4093: hr_utility.set_location(l_proc, 70);
4094: end if;
4095: --
4096: hr_pdt_bus.chk_retain_direct_reports
4097: (p_retain_direct_reports => p_rec.retain_direct_reports
4098: ,p_from_person_id => p_rec.from_person_id
4099: ,p_start_date => p_rec.start_date
4100: ,p_to_business_group_id => p_rec.to_business_group_id

Line 4110: hr_pdt_bus.chk_organization_id

4106: if g_debug then
4107: hr_utility.set_location(l_proc, 75);
4108: end if;
4109: --
4110: hr_pdt_bus.chk_organization_id
4111: (p_organization_id => p_rec.organization_id
4112: ,p_to_business_group_id => p_rec.to_business_group_id
4113: ,p_person_deployment_id => p_rec.person_deployment_id
4114: ,p_object_version_number => p_rec.object_version_number

Line 4121: hr_pdt_bus.chk_location_id

4117: if g_debug then
4118: hr_utility.set_location(l_proc, 80);
4119: end if;
4120: --
4121: hr_pdt_bus.chk_location_id
4122: (p_location_id => p_rec.location_id
4123: ,p_start_date => p_rec.start_date
4124: ,p_to_business_group_id => p_rec.to_business_group_id
4125: ,p_person_deployment_id => p_rec.person_deployment_id

Line 4133: hr_pdt_bus.chk_job_id

4129: if g_debug then
4130: hr_utility.set_location(l_proc, 85);
4131: end if;
4132: --
4133: hr_pdt_bus.chk_job_id
4134: (p_job_id => p_rec.job_id
4135: ,p_start_date => p_rec.start_date
4136: ,p_to_business_group_id => p_rec.to_business_group_id
4137: ,p_person_deployment_id => p_rec.person_deployment_id

Line 4145: hr_pdt_bus.chk_position_id

4141: if g_debug then
4142: hr_utility.set_location(l_proc,90 );
4143: end if;
4144: --
4145: hr_pdt_bus.chk_position_id
4146: (p_position_id => p_rec.position_id
4147: ,p_start_date => p_rec.start_date
4148: ,p_to_business_group_id => p_rec.to_business_group_id
4149: ,p_person_deployment_id => p_rec.person_deployment_id

Line 4157: hr_pdt_bus.chk_grade_id

4153: if g_debug then
4154: hr_utility.set_location(l_proc, 95);
4155: end if;
4156: --
4157: hr_pdt_bus.chk_grade_id
4158: (p_grade_id => p_rec.grade_id
4159: ,p_start_date => p_rec.start_date
4160: ,p_to_business_group_id => p_rec.to_business_group_id
4161: ,p_person_deployment_id => p_rec.person_deployment_id

Line 4169: hr_pdt_bus.chk_position_id_job_id

4165: if g_debug then
4166: hr_utility.set_location(l_proc, 100);
4167: end if;
4168: --
4169: hr_pdt_bus.chk_position_id_job_id
4170: (p_position_id => p_rec.position_id
4171: ,p_job_id => p_rec.job_id
4172: ,p_start_date => p_rec.start_date
4173: ,p_person_deployment_id => p_rec.person_deployment_id

Line 4181: hr_pdt_bus.chk_position_id_grade_id

4177: if g_debug then
4178: hr_utility.set_location(l_proc, 105);
4179: end if;
4180: --
4181: hr_pdt_bus.chk_position_id_grade_id
4182: (p_position_id => p_rec.position_id
4183: ,p_grade_id => p_rec.grade_id
4184: ,p_start_date => p_rec.start_date
4185: ,p_person_deployment_id => p_rec.person_deployment_id

Line 4194: hr_pdt_bus.chk_job_id_grade_id

4190: if g_debug then
4191: hr_utility.set_location(l_proc, 110);
4192: end if;
4193: --
4194: hr_pdt_bus.chk_job_id_grade_id
4195: (p_job_id => p_rec.job_id
4196: ,p_grade_id => p_rec.grade_id
4197: ,p_start_date => p_rec.start_date
4198: ,p_person_deployment_id => p_rec.person_deployment_id

Line 4207: hr_pdt_bus.chk_position_id_org_id

4203: if g_debug then
4204: hr_utility.set_location(l_proc, 115);
4205: end if;
4206: --
4207: hr_pdt_bus.chk_position_id_org_id
4208: (p_position_id => p_rec.position_id
4209: ,p_organization_id => p_rec.organization_id
4210: ,p_start_date => p_rec.start_date
4211: ,p_person_deployment_id => p_rec.person_deployment_id

Line 4219: hr_pdt_bus.chk_payroll_id

4215: if g_debug then
4216: hr_utility.set_location(l_proc, 120);
4217: end if;
4218: --
4219: hr_pdt_bus.chk_payroll_id
4220: (p_payroll_id => p_rec.payroll_id
4221: ,p_start_date => p_rec.start_date
4222: ,p_to_business_group_id => p_rec.to_business_group_id
4223: ,p_person_deployment_id => p_rec.person_deployment_id

Line 4231: hr_pdt_bus.chk_assignment_status_type_id

4227: if g_debug then
4228: hr_utility.set_location(l_proc, 125);
4229: end if;
4230: --
4231: hr_pdt_bus.chk_assignment_status_type_id
4232: (p_assignment_status_type_id => p_rec.assignment_status_type_id
4233: ,p_to_business_group_id => p_rec.to_business_group_id
4234: ,p_person_deployment_id => p_rec.person_deployment_id
4235: ,p_object_version_number => p_rec.object_version_number

Line 4242: hr_pdt_bus.chk_supervisor_id

4238: if g_debug then
4239: hr_utility.set_location(l_proc, 130);
4240: end if;
4241: --
4242: hr_pdt_bus.chk_supervisor_id
4243: (p_supervisor_id => p_rec.supervisor_id
4244: ,p_start_date => p_rec.start_date
4245: ,p_from_person_id => p_rec.from_person_id
4246: ,p_to_person_id => p_rec.to_person_id

Line 4256: hr_pdt_bus.chk_supervisor_assignment_id

4252: if g_debug then
4253: hr_utility.set_location(l_proc, 140);
4254: end if;
4255: --
4256: hr_pdt_bus.chk_supervisor_assignment_id
4257: (p_supervisor_assignment_id => p_rec.supervisor_assignment_id
4258: ,p_supervisor_id => p_rec.supervisor_id
4259: ,p_start_date => p_rec.start_date
4260: ,p_person_deployment_id => p_rec.person_deployment_id

Line 4268: hr_pdt_bus.chk_pay_basis_id

4264: if g_debug then
4265: hr_utility.set_location(l_proc, 145);
4266: end if;
4267: --
4268: hr_pdt_bus.chk_pay_basis_id
4269: (p_pay_basis_id => p_rec.pay_basis_id
4270: ,p_to_business_group_id => p_rec.to_business_group_id
4271: ,p_person_deployment_id => p_rec.person_deployment_id
4272: ,p_object_version_number => p_rec.object_version_number

Line 4279: hr_pdt_bus.chk_people_group_id

4275: if g_debug then
4276: hr_utility.set_location(l_proc, 150);
4277: end if;
4278: --
4279: hr_pdt_bus.chk_people_group_id
4280: (p_people_group_id => p_rec.people_group_id
4281: ,p_start_date => p_rec.start_date
4282: ,p_to_business_group_id => p_rec.to_business_group_id
4283: ,p_person_deployment_id => p_rec.person_deployment_id

Line 4291: hr_pdt_bus.chk_soft_coding_keyflex_id

4287: if g_debug then
4288: hr_utility.set_location(l_proc, 155);
4289: end if;
4290: --
4291: hr_pdt_bus.chk_soft_coding_keyflex_id
4292: (p_soft_coding_keyflex_id => p_rec.soft_coding_keyflex_id
4293: ,p_start_date => p_rec.start_date
4294: ,p_to_business_group_id => p_rec.to_business_group_id
4295: ,p_payroll_id => p_rec.payroll_id

Line 4304: hr_pdt_bus.chk_assignment_category

4300: if g_debug then
4301: hr_utility.set_location(l_proc, 160);
4302: end if;
4303: --
4304: hr_pdt_bus.chk_assignment_category
4305: (p_assignment_category => p_rec.assignment_category
4306: ,p_start_date => p_rec.start_date
4307: ,p_person_deployment_id => p_rec.person_deployment_id
4308: ,p_object_version_number => p_rec.object_version_number

Line 4311: hr_pdt_bus.chk_ddf(p_rec);

4307: ,p_person_deployment_id => p_rec.person_deployment_id
4308: ,p_object_version_number => p_rec.object_version_number
4309: );
4310: --
4311: hr_pdt_bus.chk_ddf(p_rec);
4312: --
4313: hr_utility.set_location(' Leaving:'||l_proc, 10);
4314: End insert_validate;
4315: --

Line 4348: hr_pdt_bus.chk_to_person_id

4344: if g_debug then
4345: hr_utility.set_location(l_proc, 20);
4346: end if;
4347: --
4348: hr_pdt_bus.chk_to_person_id
4349: (p_person_deployment_id => p_rec.person_deployment_id
4350: ,p_object_version_number => p_rec.object_version_number
4351: ,p_to_person_id => p_rec.to_person_id
4352: ,p_to_business_group_id => p_rec.to_business_group_id

Line 4361: hr_pdt_bus.chk_person_type_id

4357: if g_debug then
4358: hr_utility.set_location(l_proc, 25);
4359: end if;
4360: --
4361: hr_pdt_bus.chk_person_type_id
4362: (p_person_type_id => p_rec.person_type_id
4363: ,p_to_business_group_id => p_rec.to_business_group_id
4364: ,p_person_deployment_id => p_rec.person_deployment_id
4365: ,p_object_version_number => p_rec.object_version_number

Line 4372: hr_pdt_bus.chk_start_end_date

4368: if g_debug then
4369: hr_utility.set_location(l_proc,30 );
4370: end if;
4371: --
4372: hr_pdt_bus.chk_start_end_date
4373: (p_start_date => p_rec.start_date
4374: ,p_end_date => p_rec.end_date
4375: ,p_person_deployment_id => p_rec.person_deployment_id
4376: ,p_object_version_number => p_rec.object_version_number

Line 4384: hr_pdt_bus.chk_deployment_reason

4380: if g_debug then
4381: hr_utility.set_location(l_proc, 35);
4382: end if;
4383: --
4384: hr_pdt_bus.chk_deployment_reason
4385: (p_deployment_reason => p_rec.deployment_reason
4386: ,p_start_date => p_rec.start_date
4387: ,p_person_deployment_id => p_rec.person_deployment_id
4388: ,p_object_version_number => p_rec.object_version_number

Line 4395: hr_pdt_bus.chk_employee_number

4391: if g_debug then
4392: hr_utility.set_location(l_proc, 45);
4393: end if;
4394: --
4395: hr_pdt_bus.chk_employee_number
4396: (p_employee_number => p_rec.employee_number
4397: ,p_to_business_group_id => p_rec.to_business_group_id
4398: ,p_to_person_id => p_rec.to_person_id
4399: ,p_person_deployment_id => p_rec.person_deployment_id

Line 4407: hr_pdt_bus.chk_leaving_reason

4403: if g_debug then
4404: hr_utility.set_location(l_proc,50 );
4405: end if;
4406: --
4407: hr_pdt_bus.chk_leaving_reason
4408: (p_leaving_reason => p_rec.leaving_reason
4409: ,p_start_date => p_rec.start_date
4410: ,p_permanent => p_rec.permanent
4411: ,p_person_deployment_id => p_rec.person_deployment_id

Line 4419: hr_pdt_bus.chk_leaving_person_type_id

4415: if g_debug then
4416: hr_utility.set_location(l_proc, 55);
4417: end if;
4418: --
4419: hr_pdt_bus.chk_leaving_person_type_id
4420: (p_leaving_person_type_id => p_rec.leaving_person_type_id
4421: ,p_to_business_group_id => p_rec.to_business_group_id
4422: ,p_permanent => p_rec.permanent
4423: ,p_person_deployment_id => p_rec.person_deployment_id

Line 4431: hr_pdt_bus.chk_status

4427: if g_debug then
4428: hr_utility.set_location(l_proc, 60);
4429: end if;
4430: --
4431: hr_pdt_bus.chk_status
4432: (p_status => p_rec.status
4433: ,p_start_date => p_rec.start_date
4434: ,p_person_deployment_id => p_rec.person_deployment_id
4435: ,p_object_version_number => p_rec.object_version_number

Line 4442: hr_pdt_bus.chk_deplymt_policy_id

4438: if g_debug then
4439: hr_utility.set_location(l_proc,65 );
4440: end if;
4441: --
4442: hr_pdt_bus.chk_deplymt_policy_id
4443: (p_deplymt_policy_id => p_rec.deplymt_policy_id
4444: );
4445: --
4446: if g_debug then

Line 4450: hr_pdt_bus.chk_retain_direct_reports

4446: if g_debug then
4447: hr_utility.set_location(l_proc, 70);
4448: end if;
4449: --
4450: hr_pdt_bus.chk_retain_direct_reports
4451: (p_retain_direct_reports => p_rec.retain_direct_reports
4452: ,p_from_person_id => p_rec.from_person_id
4453: ,p_start_date => p_rec.start_date
4454: ,p_to_business_group_id => p_rec.to_business_group_id

Line 4464: hr_pdt_bus.chk_organization_id

4460: if g_debug then
4461: hr_utility.set_location(l_proc, 75);
4462: end if;
4463: --
4464: hr_pdt_bus.chk_organization_id
4465: (p_organization_id => p_rec.organization_id
4466: ,p_to_business_group_id => p_rec.to_business_group_id
4467: ,p_person_deployment_id => p_rec.person_deployment_id
4468: ,p_object_version_number => p_rec.object_version_number

Line 4475: hr_pdt_bus.chk_location_id

4471: if g_debug then
4472: hr_utility.set_location(l_proc, 80);
4473: end if;
4474: --
4475: hr_pdt_bus.chk_location_id
4476: (p_location_id => p_rec.location_id
4477: ,p_start_date => p_rec.start_date
4478: ,p_to_business_group_id => p_rec.to_business_group_id
4479: ,p_person_deployment_id => p_rec.person_deployment_id

Line 4487: hr_pdt_bus.chk_job_id

4483: if g_debug then
4484: hr_utility.set_location(l_proc, 85);
4485: end if;
4486: --
4487: hr_pdt_bus.chk_job_id
4488: (p_job_id => p_rec.job_id
4489: ,p_start_date => p_rec.start_date
4490: ,p_to_business_group_id => p_rec.to_business_group_id
4491: ,p_person_deployment_id => p_rec.person_deployment_id

Line 4499: hr_pdt_bus.chk_position_id

4495: if g_debug then
4496: hr_utility.set_location(l_proc,90 );
4497: end if;
4498: --
4499: hr_pdt_bus.chk_position_id
4500: (p_position_id => p_rec.position_id
4501: ,p_start_date => p_rec.start_date
4502: ,p_to_business_group_id => p_rec.to_business_group_id
4503: ,p_person_deployment_id => p_rec.person_deployment_id

Line 4511: hr_pdt_bus.chk_grade_id

4507: if g_debug then
4508: hr_utility.set_location(l_proc, 95);
4509: end if;
4510: --
4511: hr_pdt_bus.chk_grade_id
4512: (p_grade_id => p_rec.grade_id
4513: ,p_start_date => p_rec.start_date
4514: ,p_to_business_group_id => p_rec.to_business_group_id
4515: ,p_person_deployment_id => p_rec.person_deployment_id

Line 4523: hr_pdt_bus.chk_position_id_job_id

4519: if g_debug then
4520: hr_utility.set_location(l_proc, 100);
4521: end if;
4522: --
4523: hr_pdt_bus.chk_position_id_job_id
4524: (p_position_id => p_rec.position_id
4525: ,p_job_id => p_rec.job_id
4526: ,p_start_date => p_rec.start_date
4527: ,p_person_deployment_id => p_rec.person_deployment_id

Line 4535: hr_pdt_bus.chk_position_id_grade_id

4531: if g_debug then
4532: hr_utility.set_location(l_proc, 105);
4533: end if;
4534: --
4535: hr_pdt_bus.chk_position_id_grade_id
4536: (p_position_id => p_rec.position_id
4537: ,p_grade_id => p_rec.grade_id
4538: ,p_start_date => p_rec.start_date
4539: ,p_person_deployment_id => p_rec.person_deployment_id

Line 4548: hr_pdt_bus.chk_job_id_grade_id

4544: if g_debug then
4545: hr_utility.set_location(l_proc, 110);
4546: end if;
4547: --
4548: hr_pdt_bus.chk_job_id_grade_id
4549: (p_job_id => p_rec.job_id
4550: ,p_grade_id => p_rec.grade_id
4551: ,p_start_date => p_rec.start_date
4552: ,p_person_deployment_id => p_rec.person_deployment_id

Line 4561: hr_pdt_bus.chk_position_id_org_id

4557: if g_debug then
4558: hr_utility.set_location(l_proc, 115);
4559: end if;
4560: --
4561: hr_pdt_bus.chk_position_id_org_id
4562: (p_position_id => p_rec.position_id
4563: ,p_organization_id => p_rec.organization_id
4564: ,p_start_date => p_rec.start_date
4565: ,p_person_deployment_id => p_rec.person_deployment_id

Line 4573: hr_pdt_bus.chk_payroll_id

4569: if g_debug then
4570: hr_utility.set_location(l_proc, 120);
4571: end if;
4572: --
4573: hr_pdt_bus.chk_payroll_id
4574: (p_payroll_id => p_rec.payroll_id
4575: ,p_start_date => p_rec.start_date
4576: ,p_to_business_group_id => p_rec.to_business_group_id
4577: ,p_person_deployment_id => p_rec.person_deployment_id

Line 4585: hr_pdt_bus.chk_assignment_status_type_id

4581: if g_debug then
4582: hr_utility.set_location(l_proc, 125);
4583: end if;
4584: --
4585: hr_pdt_bus.chk_assignment_status_type_id
4586: (p_assignment_status_type_id => p_rec.assignment_status_type_id
4587: ,p_to_business_group_id => p_rec.to_business_group_id
4588: ,p_person_deployment_id => p_rec.person_deployment_id
4589: ,p_object_version_number => p_rec.object_version_number

Line 4596: hr_pdt_bus.chk_supervisor_id

4592: if g_debug then
4593: hr_utility.set_location(l_proc, 130);
4594: end if;
4595: --
4596: hr_pdt_bus.chk_supervisor_id
4597: (p_supervisor_id => p_rec.supervisor_id
4598: ,p_start_date => p_rec.start_date
4599: ,p_from_person_id => p_rec.from_person_id
4600: ,p_to_person_id => p_rec.to_person_id

Line 4610: hr_pdt_bus.chk_supervisor_assignment_id

4606: if g_debug then
4607: hr_utility.set_location(l_proc, 140);
4608: end if;
4609: --
4610: hr_pdt_bus.chk_supervisor_assignment_id
4611: (p_supervisor_assignment_id => p_rec.supervisor_assignment_id
4612: ,p_supervisor_id => p_rec.supervisor_id
4613: ,p_start_date => p_rec.start_date
4614: ,p_person_deployment_id => p_rec.person_deployment_id

Line 4622: hr_pdt_bus.chk_pay_basis_id

4618: if g_debug then
4619: hr_utility.set_location(l_proc, 145);
4620: end if;
4621: --
4622: hr_pdt_bus.chk_pay_basis_id
4623: (p_pay_basis_id => p_rec.pay_basis_id
4624: ,p_to_business_group_id => p_rec.to_business_group_id
4625: ,p_person_deployment_id => p_rec.person_deployment_id
4626: ,p_object_version_number => p_rec.object_version_number

Line 4633: hr_pdt_bus.chk_people_group_id

4629: if g_debug then
4630: hr_utility.set_location(l_proc, 150);
4631: end if;
4632: --
4633: hr_pdt_bus.chk_people_group_id
4634: (p_people_group_id => p_rec.people_group_id
4635: ,p_start_date => p_rec.start_date
4636: ,p_to_business_group_id => p_rec.to_business_group_id
4637: ,p_person_deployment_id => p_rec.person_deployment_id

Line 4645: hr_pdt_bus.chk_soft_coding_keyflex_id

4641: if g_debug then
4642: hr_utility.set_location(l_proc, 155);
4643: end if;
4644: --
4645: hr_pdt_bus.chk_soft_coding_keyflex_id
4646: (p_soft_coding_keyflex_id => p_rec.soft_coding_keyflex_id
4647: ,p_start_date => p_rec.start_date
4648: ,p_to_business_group_id => p_rec.to_business_group_id
4649: ,p_payroll_id => p_rec.payroll_id

Line 4658: hr_pdt_bus.chk_assignment_category

4654: if g_debug then
4655: hr_utility.set_location(l_proc, 160);
4656: end if;
4657: --
4658: hr_pdt_bus.chk_assignment_category
4659: (p_assignment_category => p_rec.assignment_category
4660: ,p_start_date => p_rec.start_date
4661: ,p_person_deployment_id => p_rec.person_deployment_id
4662: ,p_object_version_number => p_rec.object_version_number

Line 4665: hr_pdt_bus.chk_ddf(p_rec);

4661: ,p_person_deployment_id => p_rec.person_deployment_id
4662: ,p_object_version_number => p_rec.object_version_number
4663: );
4664: --
4665: hr_pdt_bus.chk_ddf(p_rec);
4666: --
4667: hr_utility.set_location(' Leaving:'||l_proc, 10);
4668: End update_validate;
4669: --

Line 4687: end hr_pdt_bus;

4683: --
4684: hr_utility.set_location(' Leaving:'||l_proc, 10);
4685: End delete_validate;
4686: --
4687: end hr_pdt_bus;