DBA Data[Home] [Help]

APPS.AP_WEB_UPLOAD_ACCUM_MILES_PKG dependencies on FND_GLOBAL

Line 188: l_RequestId := FND_GLOBAL.CONC_REQUEST_ID;

184:
185: BEGIN
186:
187: g_DebugSwitch := P_DebugSwitch;
188: l_RequestId := FND_GLOBAL.CONC_REQUEST_ID;
189: l_LastUpdatedBy := to_number(FND_GLOBAL.USER_ID);
190: l_LastUpdateLogin := to_number(FND_GLOBAL.LOGIN_ID);
191:
192: PutLine('==========================================================================');

Line 189: l_LastUpdatedBy := to_number(FND_GLOBAL.USER_ID);

185: BEGIN
186:
187: g_DebugSwitch := P_DebugSwitch;
188: l_RequestId := FND_GLOBAL.CONC_REQUEST_ID;
189: l_LastUpdatedBy := to_number(FND_GLOBAL.USER_ID);
190: l_LastUpdateLogin := to_number(FND_GLOBAL.LOGIN_ID);
191:
192: PutLine('==========================================================================');
193: PutLine(' REQUEST ID: '||l_RequestId);

Line 190: l_LastUpdateLogin := to_number(FND_GLOBAL.LOGIN_ID);

186:
187: g_DebugSwitch := P_DebugSwitch;
188: l_RequestId := FND_GLOBAL.CONC_REQUEST_ID;
189: l_LastUpdatedBy := to_number(FND_GLOBAL.USER_ID);
190: l_LastUpdateLogin := to_number(FND_GLOBAL.LOGIN_ID);
191:
192: PutLine('==========================================================================');
193: PutLine(' REQUEST ID: '||l_RequestId);
194: PutLine('==========================================================================');