DBA Data[Home] [Help]

APPS.JTF_UM_PASSWORD_PVT dependencies on WF_CORE

Line 818: wf_core.context ('JTF_UM_PASSWORD_PVT', 'set_parameters ');

814:
815: end if;
816: exception
817: when others then
818: wf_core.context ('JTF_UM_PASSWORD_PVT', 'set_parameters ');
819: raise;
820:
821: end set_parameters;
822:

Line 861: wf_core.context ('JTF_UM_SEND_PASSWORD_WF', 'is_first_time_user');

857:
858: return;
859: exception
860: when others then
861: wf_core.context ('JTF_UM_SEND_PASSWORD_WF', 'is_first_time_user');
862: raise;
863: end;
864:
865:

Line 960: wf_core.context ('JTF_UM_SEND_PASSWORD_WF', 'is_approval_required ');

956:
957: return;
958: exception
959: when others then
960: wf_core.context ('JTF_UM_SEND_PASSWORD_WF', 'is_approval_required ');
961: raise;
962: end;
963:
964:

Line 1003: wf_core.context ('JTF_UM_SEND_PASSWORD_WF', 'is_user_verified');

999:
1000: return;
1001: exception
1002: when others then
1003: wf_core.context ('JTF_UM_SEND_PASSWORD_WF', 'is_user_verified');
1004: raise;
1005: end;
1006:
1007:

Line 1046: wf_core.context ('JTF_UM_SEND_PASSWORD_WF', 'enrollment_only');

1042:
1043: return;
1044: exception
1045: when others then
1046: wf_core.context ('JTF_UM_SEND_PASSWORD_WF', 'enrollment_only');
1047: raise;
1048:
1049: end enrollment_only;
1050: