DBA Data[Home] [Help]

APPS.BIS_RSG_PUB_API_PKG dependencies on FND_GLOBAL

Line 8: g_curr_user_id NUMBER := FND_GLOBAL.User_id;

4: := '$Header: BISRSGPB.pls 120.3 2005/11/14 01:44:41 amitgupt noship $';
5:
6: g_pkg_name VARCHAR2(50) := 'bis_rsg_pub_api_pkg';
7:
8: g_curr_user_id NUMBER := FND_GLOBAL.User_id;
9: g_curr_login_id NUMBER := FND_GLOBAL.Login_id;
10:
11: -- As per discussion with Tiwang, Ian, the logic of this function is the following:
12: -- for given function name A, we will first try to find if there is A_OA page object

Line 9: g_curr_login_id NUMBER := FND_GLOBAL.Login_id;

5:
6: g_pkg_name VARCHAR2(50) := 'bis_rsg_pub_api_pkg';
7:
8: g_curr_user_id NUMBER := FND_GLOBAL.User_id;
9: g_curr_login_id NUMBER := FND_GLOBAL.Login_id;
10:
11: -- As per discussion with Tiwang, Ian, the logic of this function is the following:
12: -- for given function name A, we will first try to find if there is A_OA page object
13: -- in RSG repository, if there is, return A_OA, otherwise, return A