DBA Data[Home] [Help]

APPS.PSB_SUBMIT_REVISION_PVT dependencies on FND_GLOBAL

Line 38: g_current_user_id NUMBER := NVL( Fnd_Global.User_Id , 0) ;

34: -- WHO columns variables
35: --
36:
37: g_current_date DATE := sysdate ;
38: g_current_user_id NUMBER := NVL( Fnd_Global.User_Id , 0) ;
39: g_current_login_id NUMBER := NVL( Fnd_Global.Login_Id , 0) ;
40: g_user_name VARCHAR2(100);
41:
42: /*----------------------- End Global variables -----------------------------*/

Line 39: g_current_login_id NUMBER := NVL( Fnd_Global.Login_Id , 0) ;

35: --
36:
37: g_current_date DATE := sysdate ;
38: g_current_user_id NUMBER := NVL( Fnd_Global.User_Id , 0) ;
39: g_current_login_id NUMBER := NVL( Fnd_Global.Login_Id , 0) ;
40: g_user_name VARCHAR2(100);
41:
42: /*----------------------- End Global variables -----------------------------*/
43:

Line 106: g_user_name := fnd_global.user_name;

102: --
103: --
104:
105: /* Bug 2576222 Start */
106: g_user_name := fnd_global.user_name;
107: /* Bug 2576222 End */
108:
109: IF FND_API.to_Boolean ( p_init_msg_list ) THEN
110: FND_MSG_PUB.initialize ;

Line 2210: text_value := nvl(g_user_name,fnd_global.user_name) ;

2206: /*For Bug No : 2127425 End*/
2207:
2208: ELSIF attr_name = 'FROM_ROLE' THEN -- bug 2576222
2209:
2210: text_value := nvl(g_user_name,fnd_global.user_name) ;
2211:
2212: END IF ;
2213: --
2214: END IF ;

Line 2498: l_user_name := fnd_global.user_name;

2494: --
2495: IF ( funcmode = 'RUN' ) THEN
2496:
2497: /* Bug 2576222 Start */
2498: l_user_name := fnd_global.user_name;
2499: /* Bug 2576222 End */
2500: --
2501: -- Get budget_revision_id item_attribute.
2502: --