DBA Data[Home] [Help]

APPS.PO_VENDORS_PVT dependencies on FND_PROFILE

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

5: SUBTYPE supplier_user_tbl_type IS po_vendors_grp.external_user_tbl_type;
6:
7: -- Read the profile option that enables/disables the debug log
8: g_fnd_debug CONSTANT VARCHAR2(1) :=
9: NVL (FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
10:
11:
12: -- other
13: g_pkg_name CONSTANT VARCHAR2(30) := 'PO_VENDORS_PVT';