DBA Data[Home] [Help]

APPS.AP_WEB_UPGRADE_REPORT_DIST_PKG dependencies on FND_GLOBAL

Line 38: g_last_updated_by := to_number(FND_GLOBAL.USER_ID);

34: l_bug_number constant NUMBER := -5345450;
35:
36: BEGIN
37: g_debug_switch := 'Y';
38: g_last_updated_by := to_number(FND_GLOBAL.USER_ID);
39: g_last_update_login := to_number(FND_GLOBAL.LOGIN_ID);
40:
41: l_request_id := FND_GLOBAL.CONC_REQUEST_ID;
42:

Line 39: g_last_update_login := to_number(FND_GLOBAL.LOGIN_ID);

35:
36: BEGIN
37: g_debug_switch := 'Y';
38: g_last_updated_by := to_number(FND_GLOBAL.USER_ID);
39: g_last_update_login := to_number(FND_GLOBAL.LOGIN_ID);
40:
41: l_request_id := FND_GLOBAL.CONC_REQUEST_ID;
42:
43: IF g_debug_switch = 'Y' THEN

Line 41: l_request_id := FND_GLOBAL.CONC_REQUEST_ID;

37: g_debug_switch := 'Y';
38: g_last_updated_by := to_number(FND_GLOBAL.USER_ID);
39: g_last_update_login := to_number(FND_GLOBAL.LOGIN_ID);
40:
41: l_request_id := FND_GLOBAL.CONC_REQUEST_ID;
42:
43: IF g_debug_switch = 'Y' THEN
44:
45: put_line('------------------------------------------------------------');