DBA Data[Home] [Help]

APPS.CTO_AUTO_DROPSHIP_PK dependencies on FND_PROFILE

Line 48: PG_DEBUG Number := NVL(FND_PROFILE.value('ONT_DEBUG_LEVEL'), 0);

44:
45: Description: This procedure is called from the concurrent progran to run the
46: AutoCreate DropShip Requisitions.
47: *****************************************************************************/
48: PG_DEBUG Number := NVL(FND_PROFILE.value('ONT_DEBUG_LEVEL'), 0);
49:
50: PROCEDURE auto_create_dropship (
51: errbuf OUT NOCOPY VARCHAR2,
52: retcode OUT NOCOPY VARCHAR2,

Line 159: lSourceCode := FND_PROFILE.VALUE('ONT_SOURCE_CODE'); --bugfix 3319313

155: -- Set the return code to success
156:
157: RETCODE := 0;
158:
159: lSourceCode := FND_PROFILE.VALUE('ONT_SOURCE_CODE'); --bugfix 3319313
160: IF PG_DEBUG <> 0 THEN
161: oe_debug_pub.add('l_source_code = '||lsourcecode);
162: END IF;
163: