DBA Data[Home] [Help]

APPS.FND_BES_PROC dependencies on FND_GLOBAL

Line 26: l_security_group_id := fnd_global.security_group_id();

22:
23: -- if not already present, add the security group id to the event
24:
25: if(p_event.getValueForParameter(BES_SECURITY_GROUP_ID) is null) then
26: l_security_group_id := fnd_global.security_group_id();
27:
28: p_event.addParameterToList(BES_SECURITY_GROUP_ID, l_security_group_id);
29: end if;
30: