DBA Data[Home] [Help]

APPS.JTF_RS_RESOURCE_WF_PUB dependencies on WF_CORE

Line 640: wf_core.get_error(l_errname, l_errmsg, l_errstack);

636: WHEN OTHERS
637: THEN
638: ROLLBACK TO start_rs_workflow ;
639:
640: wf_core.get_error(l_errname, l_errmsg, l_errstack);
641:
642: if (l_errname is not null) then
643: fnd_message.set_name('FND', 'WF_ERROR');
644: fnd_message.set_token('ERROR_MESSAGE', l_errmsg);

Line 709: wf_core.context (

705: --
706: EXCEPTION
707: WHEN OTHERS
708: THEN
709: wf_core.context (
710: 'EMP_TYPE',
711: 'Check Attribute Access Level',
712: itemtype,
713: itemkey,

Line 777: wf_core.context (

773: --
774: EXCEPTION
775: WHEN OTHERS
776: THEN
777: wf_core.context (
778: 'EMP_TYPE',
779: 'Check Attribute Access Level',
780: itemtype,
781: itemkey,