DBA Data[Home] [Help]

APPS.HR_NEW_USER_REG_SS dependencies on HR_UTILITY

Line 72: hr_utility.set_location('Entering:'|| l_proc, 5);

68: l_prof varchar2(10);
69: l_status varchar2(10);
70: begin
71:
72: hr_utility.set_location('Entering:'|| l_proc, 5);
73: --Fix for the Bug 14158934 Starts
74: open csr_txn_status;
75: fetch csr_txn_status into l_status;
76: close csr_txn_status;

Line 92: hr_utility.set_location('in side if csr_person%notfound :'|| l_proc, 5);

88: -- if the person Id is not in the database then a dummy person was created and rolled back in the database.
89: -- need to recreat the person again.
90:
91: if csr_person%notfound then
92: hr_utility.set_location('in side if csr_person%notfound :'|| l_proc, 5);
93: /*
94: hr_transaction_web.commit_transaction
95: (itemtype=>WfItemType,
96: itemkey=>WfItemKey,

Line 156: hr_utility.set_location('Leaving:'|| l_proc, 10);

152: if upper(l_status ) = 'AC' then
153: fnd_profile.put('PER_NI_UNIQUE_ERROR_WARNING',l_prof);
154: end if;
155:
156: hr_utility.set_location('Leaving:'|| l_proc, 10);
157:
158: EXCEPTION
159: WHEN OTHERS THEN
160: PersonId := null;

Line 244: when hr_utility.hr_error then

240: (p_transaction_step_id => csr_sel.transaction_step_id
241: ,p_api_name => csr_sel.api_name
242: ,p_validate => p_validate);
243: exception
244: when hr_utility.hr_error then
245: -- an application error has been raised. set the error flag
246: -- to indicate an application error
247: -- the error message should of been set already
248: hr_message.provide_error;

Line 348: when hr_utility.hr_error then

344: l_warning_error := true;
345: end if;
346: end if;
347: exception
348: when hr_utility.hr_error then
349: -- an application error has been raised. set the error flag
350: -- to indicate an application error
351: -- the error message should of been set already
352: hr_message.provide_error;

Line 408: raise hr_utility.hr_error;

404:
405: -- check to see if any application errors where raised
406: if l_obj_fatal_error then
407: fnd_message.set_name('PER','HR_FATAL_OBJECT_ERROR');
408: raise hr_utility.hr_error;
409: elsif l_object_version_error then
410: fnd_message.set_name('PER','HR_7155_OBJECT_INVALID');
411: raise hr_utility.hr_error;
412: elsif l_application_error or l_warning_error then

Line 411: raise hr_utility.hr_error;

407: fnd_message.set_name('PER','HR_FATAL_OBJECT_ERROR');
408: raise hr_utility.hr_error;
409: elsif l_object_version_error then
410: fnd_message.set_name('PER','HR_7155_OBJECT_INVALID');
411: raise hr_utility.hr_error;
412: elsif l_application_error or l_warning_error then
413: raise hr_utility.hr_error;
414: end if;
415:

Line 413: raise hr_utility.hr_error;

409: elsif l_object_version_error then
410: fnd_message.set_name('PER','HR_7155_OBJECT_INVALID');
411: raise hr_utility.hr_error;
412: elsif l_application_error or l_warning_error then
413: raise hr_utility.hr_error;
414: end if;
415:
416: exception
417: when others then

Line 450: hr_utility.set_location('Entering:'|| l_proc, 5);

446: l_proc varchar2(72) := g_package||'processExEmpTransaction';
447: l_transaction_id hr_api_transactions.transaction_id%type;
448: l_date Date;
449: begin
450: hr_utility.set_location('Entering:'|| l_proc, 5);
451: l_person_id := PersonId;
452: l_date := to_date(wf_engine.GetItemAttrText(WfItemType,WfItemKey,'P_EFFECTIVE_DATE'),'RRRR-MM-DD');
453: l_date := nvl(l_date,trunc(sysdate));
454: open csr_person;

Line 494: hr_utility.set_location('Exception:'|| l_proc, 10);

490: AssignmentId := to_char(AssignmentId);
491: rollback to ex_emp_process;
492: EXCEPTION
493: WHEN OTHERS THEN
494: hr_utility.set_location('Exception:'|| l_proc, 10);
495: PersonId := null;
496: AssignmentId := null;
497: p_error_message := hr_utility.get_message;
498: rollback to ex_emp_process;

Line 497: p_error_message := hr_utility.get_message;

493: WHEN OTHERS THEN
494: hr_utility.set_location('Exception:'|| l_proc, 10);
495: PersonId := null;
496: AssignmentId := null;
497: p_error_message := hr_utility.get_message;
498: rollback to ex_emp_process;
499: end;
500: else
501: process_selected_transaction

Line 511: hr_utility.set_location('Leaving:'|| l_proc, 10);

507:
508: end if;
509: close csr_person;
510:
511: hr_utility.set_location('Leaving:'|| l_proc, 10);
512: EXCEPTION
513: WHEN OTHERS THEN
514: hr_utility.set_location('Exception:'|| l_proc, 10);
515: PersonId := null;

Line 514: hr_utility.set_location('Exception:'|| l_proc, 10);

510:
511: hr_utility.set_location('Leaving:'|| l_proc, 10);
512: EXCEPTION
513: WHEN OTHERS THEN
514: hr_utility.set_location('Exception:'|| l_proc, 10);
515: PersonId := null;
516: AssignmentId := null;
517: p_error_message := hr_utility.get_message;
518:

Line 517: p_error_message := hr_utility.get_message;

513: WHEN OTHERS THEN
514: hr_utility.set_location('Exception:'|| l_proc, 10);
515: PersonId := null;
516: AssignmentId := null;
517: p_error_message := hr_utility.get_message;
518:
519: end processExEmpTransaction;
520:
521: FUNCTION get_ppg_kff_structcode(