DBA Data[Home] [Help]

APPS.EGO_DOM_SECURITY_PVT dependencies on EGO_DOM_SECURITY_PVT

Line 1: PACKAGE BODY EGO_DOM_SECURITY_PVT AS

1: PACKAGE BODY EGO_DOM_SECURITY_PVT AS
2: /* $Header: EGODMSCB.pls 120.10 2006/10/30 17:40:26 ysireesh noship $ */
3: /*---------------------------------------------------------------------------+
4: | This package contains APIs to reslove docuemnt security |
5: | based on data security |

Line 8: G_PKG_NAME CONSTANT VARCHAR2(30):= 'EGO_DOM_SECURITY_PVT';

4: | This package contains APIs to reslove docuemnt security |
5: | based on data security |
6: +---------------------------------------------------------------------------*/
7:
8: G_PKG_NAME CONSTANT VARCHAR2(30):= 'EGO_DOM_SECURITY_PVT';
9:
10: --Private - print_debug_msg
11: ---------------------------
12: PROCEDURE print_debug_msg

Line 1045: END EGO_DOM_SECURITY_PVT;

1041: RETURN NULL;
1042: END IF;
1043: END GET_ATTACHMENT_PRIVILAGES;
1044:
1045: END EGO_DOM_SECURITY_PVT;