DBA Data[Home] [Help]

APPS.CAC_CAL_PRIVS_PVT dependencies on FND_GRANTS_PKG

Line 45: fnd_grants_pkg.grant_function

41: BEGIN
42:
43: IF (p_appointment_access IS NOT NULL)
44: THEN
45: fnd_grants_pkg.grant_function
46: ( p_api_version => 1.0
47: , p_menu_name => p_appointment_access
48: , p_instance_type => 'INSTANCE'
49: , p_object_name => 'CAC_CAL_RESOURCES'

Line 73: fnd_grants_pkg.grant_function

69: END IF;
70:
71: IF (p_booking_access IS NOT NULL)
72: THEN
73: fnd_grants_pkg.grant_function
74: ( p_api_version => 1.0
75: , p_menu_name => p_booking_access
76: , p_instance_type => 'INSTANCE'
77: , p_object_name => 'CAC_CAL_RESOURCES'

Line 101: fnd_grants_pkg.grant_function

97: END IF;
98:
99: IF (p_task_access IS NOT NULL)
100: THEN
101: fnd_grants_pkg.grant_function
102: ( p_api_version => 1.0
103: , p_menu_name => p_task_access
104: , p_instance_type => 'INSTANCE'
105: , p_object_name => 'CAC_CAL_RESOURCES'

Line 126: fnd_grants_pkg.grant_function

122: THEN
123: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
124: END IF;
125:
126: fnd_grants_pkg.grant_function
127: ( p_api_version => 1.0
128: , p_menu_name => p_task_access
129: , p_instance_type => 'SET'
130: , p_instance_set_id => p_instance_set_id

Line 311: fnd_grants_pkg.revoke_grant

307: CLOSE C_INSTANCE_SET_ID;
308:
309: FOR ref_cursor IN C_GET_GRANTS(p_grantee_user_name,l_resource_id,l_resource_type,l_instance_set_id)
310: LOOP
311: fnd_grants_pkg.revoke_grant
312: ( p_api_version => 1.0
313: , p_grant_guid => ref_cursor.grant_guid
314: , x_success => l_return_status
315: , x_errorcode => l_error