DBA Data[Home] [Help]

APPS.WMS_ATF_REG_CUST_APIS dependencies on FND_PROFILE

Line 104: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);

100: --
101: -- New line variable.
102: c_new_line constant varchar2(1) default '
103: ';
104: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
105: --
106: --
107: -- -------------------------------------------------------------------------------------------
108: -- |--------------------------< trace utility >-----------------------------------------------|