DBA Data[Home] [Help]

APPS.PSB_WORKFLOW_PVT dependencies on FND_GLOBAL

Line 6: g_chr10 CONSTANT VARCHAR2(1) := FND_GLOBAL.Newline;

2: /* $Header: PSBWKFLB.pls 115.29 2003/04/21 20:08:36 srawat ship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'PSB_Workflow_Pvt';
5:
6: g_chr10 CONSTANT VARCHAR2(1) := FND_GLOBAL.Newline;
7:
8: G_DBUG VARCHAR2(32767):= '!!';
9:
10: /*--------------------------- Global variables -------------------------*/

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

106: -- Re-instatiate global variable as the concurrent manager does not do it
107: -- for the same session.
108: --
109: g_current_date := SYSDATE ;
110: g_current_user_id := NVL( Fnd_Global.User_Id , 0) ;
111: g_current_login_id := NVL( Fnd_Global.Login_Id , 0) ;
112: --
113:
114: SAVEPOINT Distribute_WS_Pvt ;

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

107: -- for the same session.
108: --
109: g_current_date := SYSDATE ;
110: g_current_user_id := NVL( Fnd_Global.User_Id , 0) ;
111: g_current_login_id := NVL( Fnd_Global.Login_Id , 0) ;
112: --
113:
114: SAVEPOINT Distribute_WS_Pvt ;
115:

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

1151: -- Re-instatiate global variable as the concurrent manager does not do it
1152: -- for the same session.
1153: --
1154: g_current_date := SYSDATE ;
1155: g_current_user_id := NVL( Fnd_Global.User_Id , 0) ;
1156: g_current_login_id := NVL( Fnd_Global.Login_Id , 0) ;
1157: --
1158:
1159: SAVEPOINT Distribute_BR_Pvt ;

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

1152: -- for the same session.
1153: --
1154: g_current_date := SYSDATE ;
1155: g_current_user_id := NVL( Fnd_Global.User_Id , 0) ;
1156: g_current_login_id := NVL( Fnd_Global.Login_Id , 0) ;
1157: --
1158:
1159: SAVEPOINT Distribute_BR_Pvt ;
1160: