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: function getAbsenceHoursDuration(p_transaction_id in number,

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

223:
224: exception
225: when others then
226: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
227: Wf_Core.Context(g_package, c_proc, p_transaction_id);
228: raise;
229: end getAbsenceHoursDuration;
230:
231:

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

259:
260: exception
261: when others then
262: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
263: Wf_Core.Context(g_package, c_proc, p_transaction_id);
264: raise;
265: end getAbsenceDaysDuration;
266:
267:

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

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

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

350:
351: exception
352: when others then
353: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
354: Wf_Core.Context(g_package, c_proc, p_transaction_id);
355: raise;
356: end getApprovalStatusCode;
357:
358:

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

391:
392: exception
393: when others then
394: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
395: Wf_Core.Context(g_package, c_proc, p_transaction_id);
396: raise;
397: end getAbsenceStatus;
398:
399: function isUpdateAllowed(p_transaction_id in number,

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

436:
437: exception
438: when others then
439: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
440: Wf_Core.Context(g_package, c_proc, p_transaction_id);
441: raise;
442: end isUpdateAllowed;
443:
444: function isConfirmAllowed(p_transaction_id in number,

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

462:
463: exception
464: when others then
465: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
466: Wf_Core.Context(g_package, c_proc, p_transaction_id);
467: raise;
468: end isConfirmAllowed;
469:
470:

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

501:
502: exception
503: when others then
504: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
505: Wf_Core.Context(g_package, c_proc, p_transaction_id);
506: raise;
507: end isCancelAllowed;
508:
509: function hasSupportingDocuments(p_transaction_id in number,

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

553:
554: exception
555: when others then
556: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
557: Wf_Core.Context(g_package, c_proc, p_transaction_id);
558: raise;
559: end hasSupportingDocuments;
560:
561:

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

626:
627: exception
628: when others then
629: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
630: Wf_Core.Context(g_package, c_proc, p_transaction_id);
631: raise;
632: end getAbsenceNotificationDetails;
633:
634: function getAbsDurDays(

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

770:
771: exception
772: when others then
773: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
774: Wf_Core.Context(g_package, c_proc, p_transaction_id);
775: raise;
776: end getAbsenceStatusValue;
777:
778: END HR_ABSUTIL_SS;