DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CONTROL_PUB dependencies on PO_DOCUMENT_CONTROL_PUB

Line 1: PACKAGE BODY PO_Document_Control_PUB AS

1: PACKAGE BODY PO_Document_Control_PUB AS
2: /* $Header: POXPDCOB.pls 120.2 2006/08/23 08:44:16 arudas noship $ */
3:
4: -- Read the profile option that enables/disables the debug log
5: g_fnd_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');

Line 147: END PO_Document_Control_PUB;

143: END control_document;
144:
145:
146:
147: END PO_Document_Control_PUB;