DBA Data[Home] [Help]

APPS.PO_REQ_DOCUMENT_CANCEL_GRP dependencies on FND_PROFILE

Line 9: g_fnd_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');

5:
6: c_log_head CONSTANT VARCHAR2(50) := 'po.plsql.'|| G_PKG_NAME || '.';
7:
8: -- Read the profile option that enables/disables the debug log
9: g_fnd_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
10:
11: -------------------------------------------------------------------------------
12: --Start of Comments
13: --Name: cancel_requisition