DBA Data[Home] [Help]

APPS.BSC_MESSAGE dependencies on BSC_APPS

Line 74: G_user_id := BSC_APPS.fnd_global_user_id;

70:
71: -- Ref: bug#3482442 In corner cases this query can return more than one
72: -- row and it will fail. AUDSID is not PK. After meeting with
73: -- Vinod and Kris and Venu, we should use FNG_GLOBAL.user_id
74: G_user_id := BSC_APPS.fnd_global_user_id;
75: G_session_id := USERENV('SESSIONID');
76:
77: End Init;
78: