DBA Data[Home] [Help]

APPS.EGO_USER_ATTRS_DATA_PVT dependencies on DBMS_RANDOM

Line 5831: l_event_key := SUBSTRB(l_event_name, 1, 225) || '-' || TO_CHAR(SYSDATE, 'J.SSSSS') || TO_CHAR(dbms_random.value(1,100));

5827: --------------------------------------------------------------------
5828: -- To generate a unique instance key, we take the first 225 chars --
5829: -- of the Event name and append a timestamp of the current time --
5830: --------------------------------------------------------------------
5831: l_event_key := SUBSTRB(l_event_name, 1, 225) || '-' || TO_CHAR(SYSDATE, 'J.SSSSS') || TO_CHAR(dbms_random.value(1,100));
5832:
5833: Debug_Msg('In Raise_WF_Event_If_Enabled, raising event with key '||l_event_key||' and DML_TYPE '||p_dml_type, 3);
5834: -- Start 4105841
5835: