DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS_SV2 dependencies on FND_PROFILE

Line 5: g_po_pdoi_write_to_file VARCHAR2(1) := NVL(FND_PROFILE.VALUE('PO_PDOI_WRITE_TO_FILE'),'N');

1: PACKAGE BODY PO_NEGOTIATIONS_SV2 AS
2: /* $Header: POXNEG3B.pls 120.16.12020000.3 2013/02/10 12:06:48 vegajula ship $ */
3:
4: -- Read the profile option that enables/disables the debug log
5: g_po_pdoi_write_to_file VARCHAR2(1) := NVL(FND_PROFILE.VALUE('PO_PDOI_WRITE_TO_FILE'),'N');
6:
7: g_cat_TO_SUPPLIER CONSTANT NUMBER := 33; --
8:
9: