DBA Data[Home] [Help]

APPS.IGS_EN_GEN_008 dependencies on FND_GLOBAL

Line 2168: WHERE responsibility_id = fnd_global.RESP_ID

2164: FROM fnd_menu_entries menu
2165: CONNECT BY menu.menu_id = PRIOR menu.SUB_MENU_ID
2166: START WITH menu.menu_id = (SELECT resp.MENU_ID
2167: FROM fnd_responsibility resp
2168: WHERE responsibility_id = fnd_global.RESP_ID
2169: AND resp.application_id = 8405));
2170:
2171:
2172: l_cur_person_id cur_person_id%ROWTYPE;

Line 2180: l_v_logged_username := fnd_global.user_name();

2176: -- Variables
2177: l_v_logged_username fnd_user.user_name%TYPE;
2178: BEGIN
2179: -- get the username of the person who has logged into the application
2180: l_v_logged_username := fnd_global.user_name();
2181:
2182: -- if the username is not found then return NULL
2183: IF l_v_logged_username IS NULL THEN
2184: RETURN NULL;