DBA Data[Home] [Help]

APPS.AHL_ENIGMA_ROUTE_OP_PUB dependencies on FND_GLOBAL

Line 163: fnd_global.APPS_INITIALIZE (1003259,62211, 867);

159: FND_MSG_PUB.INITIALIZE;
160: END IF;
161:
162: -- initialise it only if it is a OA Adapter !
163: fnd_global.APPS_INITIALIZE (1003259,62211, 867);
164:
165: -- Log API entry point
166: IF (l_log_procedure >= l_log_current_level) THEN
167: fnd_log.string(fnd_log.level_procedure,l_debug_module||'.begin','At the start of PL SQL procedure ');

Line 2016: fnd_global.APPS_INITIALIZE (1003259,62211, 867);

2012: FND_MSG_PUB.INITIALIZE;
2013: END IF;
2014:
2015: -- initialise it only if it is a OA Adapter !
2016: fnd_global.APPS_INITIALIZE (1003259,62211, 867);
2017:
2018: -- Log API entry point
2019: IF (l_log_procedure >= l_log_current_level) THEN
2020: fnd_log.string(fnd_log.level_procedure,l_debug_module||'.begin','At the start of PL SQL procedure ');