DBA Data[Home] [Help]

APPS.OT_WORKFLOW_SS dependencies on WF_CORE

Line 32: WF_CORE.CONTEXT(g_package,'.get_item_key',p_transaction_id);

28:
29: return c_item_type;
30: EXCEPTION
31: WHEN OTHERS THEN
32: WF_CORE.CONTEXT(g_package,'.get_item_key',p_transaction_id);
33: RAISE;
34:
35: end get_item_type;
36:

Line 63: WF_CORE.CONTEXT(g_package,'.get_item_key',p_transaction_id);

59:
60: return c_item_key;
61: EXCEPTION
62: WHEN OTHERS THEN
63: WF_CORE.CONTEXT(g_package,'.get_item_key',p_transaction_id);
64: RAISE;
65:
66:
67:

Line 115: WF_CORE.CONTEXT(g_package,'get_event_standard_price',c_item_type,c_item_key);

111: return c_event_standard_price;
112:
113: EXCEPTION
114: WHEN OTHERS THEN
115: WF_CORE.CONTEXT(g_package,'get_event_standard_price',c_item_type,c_item_key);
116: RAISE;
117:
118:
119: end get_event_standard_price;

Line 171: WF_CORE.CONTEXT(g_package,'get_activity_type',c_item_type,c_item_key);

167: return c_activity_name;
168:
169: EXCEPTION
170: WHEN OTHERS THEN
171: WF_CORE.CONTEXT(g_package,'get_activity_type',c_item_type,c_item_key);
172: RAISE;
173:
174: end get_activity_type;
175: --

Line 231: WF_CORE.CONTEXT(g_package,'get_act_pm_category',c_item_type,c_item_key);

227: return c_activity_category;
228:
229: EXCEPTION
230: WHEN OTHERS THEN
231: WF_CORE.CONTEXT(g_package,'get_act_pm_category',c_item_type,c_item_key);
232: RAISE;
233:
234: end get_act_pm_category;
235: --

Line 292: WF_CORE.CONTEXT(g_package,'get_act_pm_delivery_method',c_item_type,c_item_key);

288: return c_delivery_method;
289:
290: EXCEPTION
291: WHEN OTHERS THEN
292: WF_CORE.CONTEXT(g_package,'get_act_pm_delivery_method',c_item_type,c_item_key);
293: RAISE;
294:
295: end get_act_pm_delivery_method;
296: --

Line 346: WF_CORE.CONTEXT(g_package,'get_enrollment_status',c_item_type,c_item_key);

342: return c_enrollment_status;
343:
344: EXCEPTION
345: WHEN OTHERS THEN
346: WF_CORE.CONTEXT(g_package,'get_enrollment_status',c_item_type,c_item_key);
347: RAISE;
348:
349: end get_enrollment_status;
350: --