DBA Data[Home] [Help]

APPS.PO_VENDORS_GRP dependencies on FND_PROFILE

Line 6: NVL (FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');

2: /* $Header: POXGVENS.pls 120.1 2005/12/14 14:52:12 bao noship $ */
3:
4: -- Read the profile option that enables/disables the debug log
5: g_fnd_debug CONSTANT VARCHAR2(1) :=
6: NVL (FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
7:
8: -- define table type for supplier user list
9: TYPE external_user_tbl_type IS TABLE OF
10: fnd_user.user_name%TYPE