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.6.12020000.2 2012/07/04 23:18:52 amnaraya 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 3962: hr_pdt_bus.chk_business_groups

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

Line 3971: hr_pdt_bus.chk_from_person_id

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

Line 3983: hr_pdt_bus.chk_to_person_id

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

Line 3996: hr_pdt_bus.chk_person_type_id

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

Line 4007: hr_pdt_bus.chk_start_end_date

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

Line 4019: hr_pdt_bus.chk_permanent

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

Line 4031: hr_pdt_bus.chk_deployment_reason

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

Line 4042: hr_pdt_bus.chk_employee_number

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

Line 4054: hr_pdt_bus.chk_leaving_reason

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

Line 4066: hr_pdt_bus.chk_leaving_person_type_id

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

Line 4078: hr_pdt_bus.chk_status

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

Line 4089: hr_pdt_bus.chk_deplymt_policy_id

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

Line 4097: hr_pdt_bus.chk_retain_direct_reports

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

Line 4111: hr_pdt_bus.chk_organization_id

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

Line 4122: hr_pdt_bus.chk_location_id

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

Line 4134: hr_pdt_bus.chk_job_id

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

Line 4146: hr_pdt_bus.chk_position_id

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

Line 4158: hr_pdt_bus.chk_grade_id

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

Line 4170: hr_pdt_bus.chk_position_id_job_id

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

Line 4182: hr_pdt_bus.chk_position_id_grade_id

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

Line 4195: hr_pdt_bus.chk_job_id_grade_id

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

Line 4208: hr_pdt_bus.chk_position_id_org_id

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

Line 4220: hr_pdt_bus.chk_payroll_id

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

Line 4232: hr_pdt_bus.chk_assignment_status_type_id

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

Line 4243: hr_pdt_bus.chk_supervisor_id

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

Line 4257: hr_pdt_bus.chk_supervisor_assignment_id

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

Line 4269: hr_pdt_bus.chk_pay_basis_id

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

Line 4280: hr_pdt_bus.chk_people_group_id

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

Line 4292: hr_pdt_bus.chk_soft_coding_keyflex_id

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

Line 4305: hr_pdt_bus.chk_assignment_category

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

Line 4312: hr_pdt_bus.chk_ddf(p_rec);

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

Line 4349: hr_pdt_bus.chk_to_person_id

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

Line 4362: hr_pdt_bus.chk_person_type_id

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

Line 4373: hr_pdt_bus.chk_start_end_date

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

Line 4385: hr_pdt_bus.chk_deployment_reason

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

Line 4396: hr_pdt_bus.chk_employee_number

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

Line 4408: hr_pdt_bus.chk_leaving_reason

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

Line 4420: hr_pdt_bus.chk_leaving_person_type_id

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

Line 4432: hr_pdt_bus.chk_status

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

Line 4443: hr_pdt_bus.chk_deplymt_policy_id

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

Line 4451: hr_pdt_bus.chk_retain_direct_reports

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

Line 4465: hr_pdt_bus.chk_organization_id

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

Line 4476: hr_pdt_bus.chk_location_id

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

Line 4488: hr_pdt_bus.chk_job_id

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

Line 4500: hr_pdt_bus.chk_position_id

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

Line 4512: hr_pdt_bus.chk_grade_id

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

Line 4524: hr_pdt_bus.chk_position_id_job_id

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

Line 4536: hr_pdt_bus.chk_position_id_grade_id

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

Line 4549: hr_pdt_bus.chk_job_id_grade_id

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

Line 4562: hr_pdt_bus.chk_position_id_org_id

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

Line 4574: hr_pdt_bus.chk_payroll_id

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

Line 4586: hr_pdt_bus.chk_assignment_status_type_id

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

Line 4597: hr_pdt_bus.chk_supervisor_id

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

Line 4611: hr_pdt_bus.chk_supervisor_assignment_id

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

Line 4623: hr_pdt_bus.chk_pay_basis_id

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

Line 4634: hr_pdt_bus.chk_people_group_id

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

Line 4646: hr_pdt_bus.chk_soft_coding_keyflex_id

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

Line 4659: hr_pdt_bus.chk_assignment_category

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

Line 4666: hr_pdt_bus.chk_ddf(p_rec);

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

Line 4688: end hr_pdt_bus;

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