DBA Data[Home] [Help]

APPS.PO_INTERFACE_ERRORS_SV1 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_INTERFACE_ERRORS_SV1 AS
2: /* $Header: POXPIIEB.pls 115.17 2004/03/05 23:30:53 mbhargav 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: --
8: -- Private function to this file
9: -- This function is a bare wrapper to the insert statement. It would be called