DBA Data[Home] [Help]

APPS.HR_ABSUTIL_SS dependencies on WF_CORE

Line 49: Wf_Core.Context(g_package, c_proc, p_transaction_id);

45:
46: exception
47: when others then
48: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
49: Wf_Core.Context(g_package, c_proc, p_transaction_id);
50: -- raise;
51: return null;
52: end getStartDate;
53:

Line 91: Wf_Core.Context(g_package, c_proc, p_transaction_id);

87:
88: exception
89: when others then
90: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
91: Wf_Core.Context(g_package, c_proc, p_transaction_id);
92: -- raise;
93: return null;
94: end getEndDate;
95:

Line 144: Wf_Core.Context(g_package, c_proc, p_transaction_id);

140:
141: exception
142: when others then
143: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
144: Wf_Core.Context(g_package, c_proc, p_transaction_id);
145: raise;
146: end getAbsenceType;
147:
148:

Line 192: Wf_Core.Context(g_package, c_proc, p_transaction_id);

188:
189: exception
190: when others then
191: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
192: Wf_Core.Context(g_package, c_proc, p_transaction_id);
193: raise;
194: end getAbsenceCategory;
195:
196:

Line 237: Wf_Core.Context(g_package, c_proc, p_transaction_id);

233: return l_lookup_code_val;
234: exception
235: when others then
236: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
237: Wf_Core.Context(g_package, c_proc, p_transaction_id);
238: raise;
239: end getAbsenceCategoryCode;
240:
241:

Line 274: Wf_Core.Context(g_package, c_proc, p_transaction_id);

270:
271: exception
272: when others then
273: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
274: Wf_Core.Context(g_package, c_proc, p_transaction_id);
275: raise;
276: end getAbsenceHoursDuration;
277:
278:

Line 312: Wf_Core.Context(g_package, c_proc, p_transaction_id);

308:
309: exception
310: when others then
311: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
312: Wf_Core.Context(g_package, c_proc, p_transaction_id);
313: raise;
314: end getAbsenceDaysDuration;
315:
316:

Line 358: Wf_Core.Context(g_package, c_proc, p_transaction_id);

354:
355: exception
356: when others then
357: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
358: Wf_Core.Context(g_package, c_proc, p_transaction_id);
359: raise;
360: end getApprovalStatus;
361:
362:

Line 403: Wf_Core.Context(g_package, c_proc, p_transaction_id);

399:
400: exception
401: when others then
402: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
403: Wf_Core.Context(g_package, c_proc, p_transaction_id);
404: raise;
405: end getApprovalStatusCode;
406:
407:

Line 444: Wf_Core.Context(g_package, c_proc, p_transaction_id);

440:
441: exception
442: when others then
443: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
444: Wf_Core.Context(g_package, c_proc, p_transaction_id);
445: raise;
446: end getAbsenceStatus;
447:
448: function isUpdateAllowed(p_transaction_id in number,

Line 489: Wf_Core.Context(g_package, c_proc, p_transaction_id);

485:
486: exception
487: when others then
488: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
489: Wf_Core.Context(g_package, c_proc, p_transaction_id);
490: raise;
491: end isUpdateAllowed;
492:
493: function isConfirmAllowed(p_transaction_id in number,

Line 515: Wf_Core.Context(g_package, c_proc, p_transaction_id);

511:
512: exception
513: when others then
514: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
515: Wf_Core.Context(g_package, c_proc, p_transaction_id);
516: raise;
517: end isConfirmAllowed;
518:
519:

Line 554: Wf_Core.Context(g_package, c_proc, p_transaction_id);

550:
551: exception
552: when others then
553: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
554: Wf_Core.Context(g_package, c_proc, p_transaction_id);
555: raise;
556: end isCancelAllowed;
557:
558: function hasSupportingDocuments(p_transaction_id in number,

Line 606: Wf_Core.Context(g_package, c_proc, p_transaction_id);

602:
603: exception
604: when others then
605: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
606: Wf_Core.Context(g_package, c_proc, p_transaction_id);
607: raise;
608: end hasSupportingDocuments;
609:
610:

Line 679: Wf_Core.Context(g_package, c_proc, p_transaction_id);

675:
676: exception
677: when others then
678: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
679: Wf_Core.Context(g_package, c_proc, p_transaction_id);
680: raise;
681: end getAbsenceNotificationDetails;
682:
683: function getAbsDurDays(

Line 823: Wf_Core.Context(g_package, c_proc, p_transaction_id);

819:
820: exception
821: when others then
822: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
823: Wf_Core.Context(g_package, c_proc, p_transaction_id);
824: raise;
825: end getAbsenceStatusValue;
826:
827: procedure delete_transaction