DBA Data[Home] [Help]

APPS.CAC_CAL_PRIVS_PVT dependencies on FND_GLOBAL

Line 9: where user_name = FND_GLOBAL.USER_NAME;

5:
6: CURSOR C_LOGGEDIN_RESOURCE IS
7: select resource_id, resource_type
8: from cac_cal_resources
9: where user_name = FND_GLOBAL.USER_NAME;
10:
11: CURSOR C_GRANTEE_USER
12: (
13: b_resource_id NUMBER,