DBA Data[Home] [Help]

APPS.PSB_DISTRIBUTE_WORKSHEET_PVT dependencies on FND_GLOBAL

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

7: /*--------------------------- Global variables -----------------------------*/
8:
9: -- WHO columns variables
10: g_current_date DATE := sysdate ;
11: g_current_user_id NUMBER := NVL( Fnd_Global.User_Id , 0) ;
12: g_current_login_id NUMBER := NVL( Fnd_Global.Login_Id , 0) ;
13:
14: /*----------------------- End Global variables -----------------------------*/
15:

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

8:
9: -- WHO columns variables
10: g_current_date DATE := sysdate ;
11: g_current_user_id NUMBER := NVL( Fnd_Global.User_Id , 0) ;
12: g_current_login_id NUMBER := NVL( Fnd_Global.Login_Id , 0) ;
13:
14: /*----------------------- End Global variables -----------------------------*/
15:
16:

Line 67: l_user_name := fnd_global.user_name;

63: END IF;
64: --
65:
66: /* Bug 2576222 Start */
67: l_user_name := fnd_global.user_name;
68: /* Bug 2576222 End */
69:
70: IF FND_API.to_Boolean ( p_init_msg_list ) THEN
71: FND_MSG_PUB.initialize ;