DBA Data[Home] [Help]

APPS.CTO_WIP_WRAPPER dependencies on FND_PROFILE

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

161: | ** and wf_process_activities tables.
162: | */
163: /*=============================================================================*/
164:
165: PG_DEBUG Number := NVL(FND_PROFILE.value('ONT_DEBUG_LEVEL'), 0);
166:
167:
168:
169: -- bugfix 3136206

Line 1555: lSourceCode := fnd_profile.value('ONT_SOURCE_CODE');

1551: BEGIN
1552: IF PG_DEBUG <> 0 THEN
1553: oe_debug_pub.add('reserve_wo_to_so: ' || 'Beginning Reservation Loop.',1);
1554: END IF;
1555: lSourceCode := fnd_profile.value('ONT_SOURCE_CODE');
1556: IF PG_DEBUG <> 0 THEN
1557: oe_debug_pub.add('reserve_wo_to_so: ' || 'lSourceCode: ' ||lSourceCode,2);
1558: END IF;
1559: