DBA Data[Home] [Help]

APPS.PER_PEOPLE9_PKG dependencies on HR_UTILITY

Line 35: hr_utility.set_location('per_people9_pkg.insert_applicant_rows',1);

31: l_assignment_id NUMBER; -- Dummy return for assignment_id.
32: l_assignment_sequence NUMBER; -- Dummy return for assignment_sequence.
33: --
34: begin
35: hr_utility.set_location('per_people9_pkg.insert_applicant_rows',1);
36: per_applications_pkg.insert_Row(
37: p_Rowid =>l_row_id,
38: p_Application_Id =>l_application_id,
39: p_Business_Group_Id =>p_business_group_id,

Line 76: hr_utility.set_location('per_people9_pkg.insert_applicant_assignment',2);

72: p_Created_By =>NULL,
73: p_Creation_Date =>NULL);
74: -- Insert the applicant assignment.
75: --
76: hr_utility.set_location('per_people9_pkg.insert_applicant_assignment',2);
77: hr_assignment.gen_new_ass_sequence(p_person_id
78: ,'A'
79: ,l_assignment_sequence);
80: begin

Line 99: hr_utility.set_message('801','HR_6153_ALL_PROCEDURE_FAIL');

95: where pbg.business_group_id = p_business_group_id;
96: --
97: exception
98: when no_data_found then
99: hr_utility.set_message('801','HR_6153_ALL_PROCEDURE_FAIL');
100: hr_utility.set_message_token('PROCEDURE','Insert Applicant Rows');
101: hr_utility.set_message_token('STEP','1');
102: hr_utility.raise_error;
103: hr_utility.set_location('per_people9_pkg.insert_applicant_assignment',3);

Line 100: hr_utility.set_message_token('PROCEDURE','Insert Applicant Rows');

96: --
97: exception
98: when no_data_found then
99: hr_utility.set_message('801','HR_6153_ALL_PROCEDURE_FAIL');
100: hr_utility.set_message_token('PROCEDURE','Insert Applicant Rows');
101: hr_utility.set_message_token('STEP','1');
102: hr_utility.raise_error;
103: hr_utility.set_location('per_people9_pkg.insert_applicant_assignment',3);
104: end;

Line 101: hr_utility.set_message_token('STEP','1');

97: exception
98: when no_data_found then
99: hr_utility.set_message('801','HR_6153_ALL_PROCEDURE_FAIL');
100: hr_utility.set_message_token('PROCEDURE','Insert Applicant Rows');
101: hr_utility.set_message_token('STEP','1');
102: hr_utility.raise_error;
103: hr_utility.set_location('per_people9_pkg.insert_applicant_assignment',3);
104: end;
105: --

Line 102: hr_utility.raise_error;

98: when no_data_found then
99: hr_utility.set_message('801','HR_6153_ALL_PROCEDURE_FAIL');
100: hr_utility.set_message_token('PROCEDURE','Insert Applicant Rows');
101: hr_utility.set_message_token('STEP','1');
102: hr_utility.raise_error;
103: hr_utility.set_location('per_people9_pkg.insert_applicant_assignment',3);
104: end;
105: --
106: -- Insert the Applicant assignment

Line 103: hr_utility.set_location('per_people9_pkg.insert_applicant_assignment',3);

99: hr_utility.set_message('801','HR_6153_ALL_PROCEDURE_FAIL');
100: hr_utility.set_message_token('PROCEDURE','Insert Applicant Rows');
101: hr_utility.set_message_token('STEP','1');
102: hr_utility.raise_error;
103: hr_utility.set_location('per_people9_pkg.insert_applicant_assignment',3);
104: end;
105: --
106: -- Insert the Applicant assignment
107: --

Line 298: hr_utility.set_location('per_people9_pkg.insert_employee_rows',1);

294: begin
295: --
296: -- get the default location and times.
297: --
298: hr_utility.set_location('per_people9_pkg.insert_employee_rows',1);
299: select pbg.location_id
300: , pbg.default_start_time
301: , pbg.default_end_time
302: , fnd_number.canonical_to_number(pbg.working_hours)

Line 314: hr_utility.set_message('801','HR_6153_ALL_PROCEDURE_FAIL');

310: where pbg.business_group_id = p_business_group_id;
311: --
312: exception
313: when no_data_found then
314: hr_utility.set_message('801','HR_6153_ALL_PROCEDURE_FAIL');
315: hr_utility.set_message_token('PROCEDURE','Insert Employee rows');
316: hr_utility.set_message_token('STEP','1');
317: hr_utility.raise_error;
318: end;

Line 315: hr_utility.set_message_token('PROCEDURE','Insert Employee rows');

311: --
312: exception
313: when no_data_found then
314: hr_utility.set_message('801','HR_6153_ALL_PROCEDURE_FAIL');
315: hr_utility.set_message_token('PROCEDURE','Insert Employee rows');
316: hr_utility.set_message_token('STEP','1');
317: hr_utility.raise_error;
318: end;
319: --

Line 316: hr_utility.set_message_token('STEP','1');

312: exception
313: when no_data_found then
314: hr_utility.set_message('801','HR_6153_ALL_PROCEDURE_FAIL');
315: hr_utility.set_message_token('PROCEDURE','Insert Employee rows');
316: hr_utility.set_message_token('STEP','1');
317: hr_utility.raise_error;
318: end;
319: --
320: -- Insert Period of service.

Line 317: hr_utility.raise_error;

313: when no_data_found then
314: hr_utility.set_message('801','HR_6153_ALL_PROCEDURE_FAIL');
315: hr_utility.set_message_token('PROCEDURE','Insert Employee rows');
316: hr_utility.set_message_token('STEP','1');
317: hr_utility.raise_error;
318: end;
319: --
320: -- Insert Period of service.
321: --

Line 322: hr_utility.set_location('per_people9_pkg.insert_employee_rows',2);

318: end;
319: --
320: -- Insert Period of service.
321: --
322: hr_utility.set_location('per_people9_pkg.insert_employee_rows',2);
323: per_periods_of_service_pkg.insert_row(l_row_id
324: ,p_period_of_service_id => l_period_of_service_id
325: ,p_business_group_id => p_business_group_id
326: ,p_person_id => p_person_id

Line 368: hr_utility.set_location('per_people9_pkg.insert_employee_rows',3);

364: -- If period of service entered ok
365: --
366: -- Then enter employee assignment
367: --
368: hr_utility.set_location('per_people9_pkg.insert_employee_rows',3);
369: hr_assignment.gen_new_ass_sequence(p_person_id
370: ,'E'
371: ,l_assignment_sequence);
372: --

Line 373: hr_utility.set_location('per_people9_pkg.insert_employee_rows',4);

369: hr_assignment.gen_new_ass_sequence(p_person_id
370: ,'E'
371: ,l_assignment_sequence);
372: --
373: hr_utility.set_location('per_people9_pkg.insert_employee_rows',4);
374: hr_assignment.gen_new_ass_number(''
375: ,p_business_group_id
376: ,p_employee_number
377: ,l_assignment_sequence

Line 384: hr_utility.set_location('per_people9_pkg.insert_employee_rows',5);

380: -- 340021 Made p_source_organiation_id = NULL
381: -- Rather than p_business_group_id
382: -- TM 08-mar-1996.
383: --
384: hr_utility.set_location('per_people9_pkg.insert_employee_rows',5);
385: per_assignments_f_pkg.insert_row(p_row_id =>l_row_id
386: ,p_assignment_id => l_assignment_id
387: ,p_effective_start_date => p_effective_start_date
388: ,p_effective_end_date => p_effective_end_date

Line 505: hr_utility.set_location('per_people9_pkg.insert_employee_rows',6);

501: p_person_id =>p_person_id);
502:
503: -- Load Budget value defaults
504: l_primary_flag := 'Y';
505: hr_utility.set_location('per_people9_pkg.insert_employee_rows',6);
506: PER_ASSIGNMENTS_F1_PKG.post_insert(p_prim_change_flag =>l_primary_flag
507: ,p_val_st_date => p_effective_start_date
508: ,p_new_end_date =>p_effective_end_date
509: ,p_eot =>p_effective_end_date