DBA Data[Home] [Help]

APPS.RCV_QUANTITIES_S dependencies on FND_PROFILE

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

1: PACKAGE BODY RCV_QUANTITIES_S AS
2: /* $Header: RCVTXQUB.pls 120.5 2006/09/15 05:49:49 amony noship $*/
3:
4: g_asn_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('RCV_DEBUG_MODE'),'N');
5:
6: /*
7: ** Forward declarations of all the local procedures and functions called
8: ** by get_available_quantity().