DBA Data[Home] [Help]

APPS.MSD_SOP dependencies on DBMS_RANDOM

Line 94: itemKey := org || '-' || PlanName || '-' || to_char( sysdate, 'MM/DD/YYYY-HH24:MI:SS') || '-' || ProcessName || '-' || TO_CHAR(DBMS_RANDOM.RANDOM);

90: numDaysToCol := to_number(Days_tocollect);
91: DelayDaysToUpld := to_number(Days_delayUpld);
92:
93: -- Set item key
94: itemKey := org || '-' || PlanName || '-' || to_char( sysdate, 'MM/DD/YYYY-HH24:MI:SS') || '-' || ProcessName || '-' || TO_CHAR(DBMS_RANDOM.RANDOM);
95:
96: gItemType := ItemType;
97: gItemKey := itemKey;
98: gPlanID := PlanID;