DBA Data[Home] [Help]

APPS.BEN_CWB_MASS_NOTIFN_PKG dependencies on WF_CORE

Line 428: Wf_Core.Context('BEN_CWB_MASS_NOTIFN_PKG' , 'inc_home_link',l_error);

424: EXCEPTION
425: when others then
426: l_error:=sqlerrm;
427: hr_utility.set_location ('exception is'||l_error , 300);
428: Wf_Core.Context('BEN_CWB_MASS_NOTIFN_PKG' , 'inc_home_link',l_error);
429: raise;
430:
431: end inc_home_link;
432: -- --------------------------------------------------------------------------

Line 468: Wf_Core.Context('BEN_CWB_MASS_NOTIFN_PKG' , 'mass_ntf_cleanup',l_error);

464: EXCEPTION
465: when others then
466: l_error:=sqlerrm;
467: hr_utility.set_location ('exception is'||l_error , 300);
468: Wf_Core.Context('BEN_CWB_MASS_NOTIFN_PKG' , 'mass_ntf_cleanup',l_error);
469: raise;
470:
471: end mass_ntf_cleanup;
472:

Line 1103: Wf_Core.Context('BEN_CWB_MASS_NOTIFN_PKG', 'notify',l_error);

1099: EXCEPTION
1100: when others then
1101: l_error:=sqlerrm;
1102: hr_utility.set_location ('exception is'||l_error , 300);
1103: Wf_Core.Context('BEN_CWB_MASS_NOTIFN_PKG', 'notify',l_error);
1104: WRITE('ERROR! '||l_error);
1105: --raise;
1106: END;
1107: