DBA Data[Home] [Help]

APPS.JTF_UM_PASSWORD_PVT dependencies on JTF_UM_PASSWORD_PVT

Line 1: PACKAGE BODY JTF_UM_PASSWORD_PVT as

1: PACKAGE BODY JTF_UM_PASSWORD_PVT as
2: /* $Header: JTFVUMPB.pls 120.3.12020000.2 2012/07/19 07:00:43 anurtrip ship $ */
3: -- Start of Comments
4: -- Package name : JTF_UM_PASSWORD_PVT
5: -- Purpose : generate password and send email to user with the password.

Line 4: -- Package name : JTF_UM_PASSWORD_PVT

1: PACKAGE BODY JTF_UM_PASSWORD_PVT as
2: /* $Header: JTFVUMPB.pls 120.3.12020000.2 2012/07/19 07:00:43 anurtrip ship $ */
3: -- Start of Comments
4: -- Package name : JTF_UM_PASSWORD_PVT
5: -- Purpose : generate password and send email to user with the password.
6: -- History :
7:
8: -- KCHERVEL 12/03/01 Created

Line 20: G_PKG_NAME CONSTANT VARCHAR2(30):= 'JTF_UM_PASSWORD_PVT';

16: -- reset. This forces the user to change password.
17: -- 04/14/2005 snellepa modified queries for bug 4287135
18: */
19:
20: G_PKG_NAME CONSTANT VARCHAR2(30):= 'JTF_UM_PASSWORD_PVT';
21: G_FILE_NAME CONSTANT VARCHAR2(12) := 'JTFVUMPB.pls';
22:
23: G_USER_ID NUMBER := FND_GLOBAL.USER_ID;
24: G_LOGIN_ID NUMBER := FND_GLOBAL.CONC_LOGIN_ID;

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 1415: End JTF_UM_PASSWORD_PVT;

1411: end if;
1412: end;
1413:
1414:
1415: End JTF_UM_PASSWORD_PVT;