DBA Data[Home] [Help]

APPS.UMX_REG_FLOW_PVT dependencies on UMX_REG_FLOW_PVT

Line 1: PACKAGE BODY UMX_REG_FLOW_PVT as

1: PACKAGE BODY UMX_REG_FLOW_PVT as
2: /* $Header: UMXPRFWB.pls 120.2 2005/07/02 04:24:13 appldev noship $ */
3: -- Start of Comments
4: -- Package name : UMX_REG_FLOW_PVT
5: -- Purpose : generate password and send email to user with the password.

Line 4: -- Package name : UMX_REG_FLOW_PVT

1: PACKAGE BODY UMX_REG_FLOW_PVT as
2: /* $Header: UMXPRFWB.pls 120.2 2005/07/02 04:24:13 appldev noship $ */
3: -- Start of Comments
4: -- Package name : UMX_REG_FLOW_PVT
5: -- Purpose : generate password and send email to user with the password.
6: -- History :
7:
8: -- KCHERVEL 12/03/01 Created

Line 239: FND_MESSAGE.SET_TOKEN('PROCEDURE', 'UMX_REG_FLOW_PVT.generateRegistrationURL', FALSE);

235: begin
236: /* if p_regSrv is null then
237: -- raise exception
238: FND_MESSAGE.SET_NAME('FND', 'UMX_REQUIRED_FIELD');
239: FND_MESSAGE.SET_TOKEN('PROCEDURE', 'UMX_REG_FLOW_PVT.generateRegistrationURL', FALSE);
240: FND_MESSAGE.SET_TOKEN('FIELD', 'Registration Service', FALSE);
241: FND_MSG_PUB.ADD;
242: app_exception.raise_exception;
243: end if;

Line 298: End UMX_REG_FLOW_PVT;

294: end if;
295: end;
296:
297:
298: End UMX_REG_FLOW_PVT;