DBA Data[Home] [Help]

APPS.PO_REQ_LINES_SV dependencies on FND_PROFILE

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

4:
5:
6: -- Constants :
7: -- Read the profile option that enables/disables the debug log
8: g_fnd_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
9:
10: /*===========================================================================
11:
12: PROCEDURE NAME: lock_row_for_status_update