DBA Data[Home] [Help]

APPS.PO_HEADERS_SV9 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_HEADERS_SV9 AS
2: /* $Header: POXPIRDB.pls 115.22 2004/05/25 21:14:59 dreddy 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:
9: PROCEDURE NAME: replace_po_original_catalog()