DBA Data[Home] [Help]

PACKAGE: APPS.CN_DISCO

Source


1 PACKAGE CN_DISCO AUTHID CURRENT_USER AS
2 /* $Header: cndisinits.pls 120.0 2006/10/13 07:52:44 apink noship $ */
3 -- --------------------------------------------------------------------------
4 -- Name : INIT
5 -- Type : Procedure
6 -- Description : This procedure initializes MO Security when the user logs into
7 --               discoverer
8 -----------------------------------------------------------------------------
9 
10   PROCEDURE INIT;
11 END CN_DISCO;