DBA Data[Home] [Help]

APPS.EGO_USER_ATTRS_DATA_PVT dependencies on DBMS_RANDOM

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

6322: --------------------------------------------------------------------
6323: -- To generate a unique instance key, we take the first 225 chars --
6324: -- of the Event name and append a timestamp of the current time --
6325: --------------------------------------------------------------------
6326: l_event_key := SUBSTRB(l_event_name, 1, 225) || '-' || TO_CHAR(SYSDATE, 'J.SSSSS') || TO_CHAR(dbms_random.value(1,100));
6327:
6328: Debug_Msg('In Raise_WF_Event_If_Enabled, raising event with key '||l_event_key||' and DML_TYPE '||p_dml_type, 3);
6329: -- Start 4105841
6330: