DBA Data[Home] [Help]

APPS.PO_SECURITY_CHECK_SV dependencies on FND_GRANTS

Line 252: FROM FND_GRANTS g,

248: -- access to current employee. It also lists the current user.
249:
250: CURSOR c_worklist_grants IS
251: SELECT PARAMETER1 AS granter_key
252: FROM FND_GRANTS g,
253: fnd_menus m,
254: fnd_objects o,
255: fnd_object_instance_sets s
256: WHERE g.MENU_ID = m.menu_id

Line 272: l_granter_key FND_GRANTS.PARAMETER1%TYPE;

268: FROM dual;
269:
270: -- Bug 4633202: Temp variables
271: l_notification_key wf_notifications.ACCESS_KEY%TYPE;
272: l_granter_key FND_GRANTS.PARAMETER1%TYPE;
273: l_has_access BOOLEAN;
274:
275:
276: l_notification_id WF_NOTIFICATIONS.notification_id%type;