DBA Data[Home] [Help]

PACKAGE: APPS.MSC_X_SECURITY

Source


1 package msc_x_security AUTHID CURRENT_USER as
2 /*$Header: MSCXSECS.pls 115.2 2002/03/01 16:43:43 pkm ship       $ */
3 
4   /**
5     Sets the session variables to sys_context('MSC', 'COMPANY_ID')
6     and sys_context('MSC', 'COMPANY_NAME')
7   */
8 
9   procedure set_context;
10 
11 end msc_x_security;