DBA Data[Home] [Help]

APPS.BEN_CWB_RSGN_EMP dependencies on WF_CORE

Line 180: Wf_Core.Context('BEN_CWB_RSGN_EMP' , 'check_approver',l_error);

176: EXCEPTION
177: when others then
178: l_error:=sqlerrm;
179: hr_utility.set_location ('exception is'||l_error , 300);
180: Wf_Core.Context('BEN_CWB_RSGN_EMP' , 'check_approver',l_error);
181: raise;
182: END check_approver;
183:
184:

Line 256: Wf_Core.Context('BEN_CWB_RSGN_EMP' , 'store_emp_details',l_error);

252: EXCEPTION
253: when others then
254: l_error:=sqlerrm;
255: hr_utility.set_location ('exception is'||l_error , 300);
256: Wf_Core.Context('BEN_CWB_RSGN_EMP' , 'store_emp_details',l_error);
257: raise;
258:
259:
260: end store_approval_details;

Line 292: Wf_Core.Context('BEN_CWB_RSGN_EMP' , 'curr_ws_mgr_check',l_error);

288: EXCEPTION
289: when others then
290: l_error:=sqlerrm;
291: hr_utility.set_location ('exception is'||l_error , 300);
292: Wf_Core.Context('BEN_CWB_RSGN_EMP' , 'curr_ws_mgr_check',l_error);
293: raise;
294:
295: end curr_ws_mgr_check;
296:

Line 327: --Wf_Core.Context('BEN_CWB_RSGN_EMP' , 'prop_ws_mgr_check',l_error);

323: EXCEPTION
324: when others then
325: l_error:=sqlerrm;
326: hr_utility.set_location ('exception is'||l_error , 300);
327: --Wf_Core.Context('BEN_CWB_RSGN_EMP' , 'prop_ws_mgr_check',l_error);
328: raise;
329: end prop_ws_mgr_check;
330:
331:

Line 367: Wf_Core.Context('BEN_CWB_RSGN_EMP' , 'store_emp_details',l_error);

363: EXCEPTION
364: when others then
365: l_error:=sqlerrm;
366: hr_utility.set_location ('exception is'||l_error , 300);
367: Wf_Core.Context('BEN_CWB_RSGN_EMP' , 'store_emp_details',l_error);
368: raise;
369: end which_message;
370:
371:

Line 435: Wf_Core.Context('BEN_CWB_RSGN_EMP' , 'set_rejection',l_error);

431: l_error:=sqlerrm;
432:
433: hr_utility.set_location ('exception is'||l_error , 300);
434:
435: Wf_Core.Context('BEN_CWB_RSGN_EMP' , 'set_rejection',l_error);
436: raise;
437: end set_rejection;
438:
439:

Line 1031: Wf_Core.Context('BEN_CWB_RSGN_EMP', 'start_workflow',l_error);

1027: l_error:=sqlerrm;
1028:
1029: hr_utility.set_location ('exception is'||l_error , 300);
1030:
1031: Wf_Core.Context('BEN_CWB_RSGN_EMP', 'start_workflow',l_error);
1032: raise;
1033:
1034: END start_workflow;
1035:

Line 1229: Wf_Core.Context('BEN_CWB_RSGN_EMP' , 'send_fyi_notifications',l_error);

1225: l_error:=sqlerrm;
1226:
1227: hr_utility.set_location ('exception is'||l_error , 300);
1228:
1229: Wf_Core.Context('BEN_CWB_RSGN_EMP' , 'send_fyi_notifications',l_error);
1230: raise;
1231: end send_fyi_notifications;
1232:
1233:

Line 1352: Wf_Core.Context('BEN_CWB_RSGN_EMP' , 'store_emp_details',l_error);

1348: l_error:=sqlerrm;
1349:
1350: hr_utility.set_location ('exception is'||l_error , 300);
1351:
1352: Wf_Core.Context('BEN_CWB_RSGN_EMP' , 'store_emp_details',l_error);
1353: raise;
1354:
1355:
1356: end store_emp_details;

Line 1387: Wf_Core.Context('BEN_CWB_RSGN_EMP' , 'remove_emp_details',l_error);

1383: l_error:=sqlerrm;
1384:
1385: hr_utility.set_location ('exception is'||l_error , 300);
1386:
1387: Wf_Core.Context('BEN_CWB_RSGN_EMP' , 'remove_emp_details',l_error);
1388: raise;
1389: end remove_emp_details;
1390:
1391: