DBA Data[Home] [Help]

APPS.HR_SCH_ELIG_OBJ_PKG dependencies on WF_CORE

Line 57: wf_core.context (g_module,

53: --
54: hr_utility.trace('EligObjId '||l_elig_obj_id);
55: --
56: ELSE
57: wf_core.context (g_module,
58: l_routine,
59: p_event.event_name,
60: p_subscription_guid
61: );

Line 73: wf_core.context ('hr_sch_elig_obj_pkg',

69: --
70: EXCEPTION
71: WHEN OTHERS THEN
72: hr_utility.trace('Leaving in Error '||g_module||l_routine);
73: wf_core.context ('hr_sch_elig_obj_pkg',
74: 'create_sch_elig_obj',
75: p_event.event_name,
76: p_subscription_guid
77: );

Line 153: wf_core.context (g_module,

149: --
150: hr_utility.trace('EligObjId '||l_elig_obj_id);
151: --
152: ELSE
153: wf_core.context (g_module,
154: l_routine,
155: p_event.event_name,
156: p_subscription_guid
157: );

Line 169: wf_core.context (g_module,

165: --
166: EXCEPTION
167: WHEN OTHERS THEN
168: hr_utility.trace('Leaving in Error '||g_module||l_routine);
169: wf_core.context (g_module,
170: l_routine,
171: p_event.event_name,
172: p_subscription_guid
173: );