DBA Data[Home] [Help]

APPS.PO_LINES_SV7 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_LINES_SV7 AS
2: /* $Header: POXPIVLB.pls 120.1.12000000.2 2007/07/18 12:25:58 puppulur 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: validate_item_related_info()