DBA Data[Home] [Help]

APPS.JTF_UM_PASSWORD_PVT dependencies on WF_CORE

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

819:
820: end if;
821: exception
822: when others then
823: wf_core.context ('JTF_UM_PASSWORD_PVT', 'set_parameters ');
824: raise;
825:
826: end set_parameters;
827:

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

862:
863: return;
864: exception
865: when others then
866: wf_core.context ('JTF_UM_SEND_PASSWORD_WF', 'is_first_time_user');
867: raise;
868: end;
869:
870:

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

905:
906: return;
907: exception
908: when others then
909: wf_core.context ('JTF_UM_SEND_PASSWORD_WF', 'is_approval_required ');
910: raise;
911: end;
912:
913:

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

948:
949: return;
950: exception
951: when others then
952: wf_core.context ('JTF_UM_SEND_PASSWORD_WF', 'is_user_verified');
953: raise;
954: end;
955:
956:

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

991:
992: return;
993: exception
994: when others then
995: wf_core.context ('JTF_UM_SEND_PASSWORD_WF', 'enrollment_only');
996: raise;
997:
998: end enrollment_only;
999: