DBA Data[Home] [Help]

APPS.PO_LOCATIONS_S dependencies on FND_PROFILE

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

1: PACKAGE BODY PO_LOCATIONS_S AS
2: /* $Header: POXCOL2B.pls 120.2 2005/09/15 05:11:11 asista noship $*/
3:
4: -- Read the profile option that enables/disables the debug log
5: g_asn_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('PO_RVCTP_ENABLE_TRACE'),'N');
6:
7: /* create client package body */
8: /*
9: PACKAGE BODY PO_LOCATIONS_S IS