DBA Data[Home] [Help]

APPS.HR_PERSON_ABSENCE_SWI dependencies on WF_CORE

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

37:
38: exception
39: when others then
40: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
41: Wf_Core.Context(g_package, c_proc, p_transaction_id);
42: -- raise;
43: return null;
44: end getEndDate;
45:

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

77:
78: exception
79: when others then
80: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
81: Wf_Core.Context(g_package, c_proc, p_transaction_id);
82: -- raise;
83: return null;
84: end getStartDate;
85: