DBA Data[Home] [Help]

APPS.IRC_NOTIFICATION_WORKFLOW_PKG dependencies on UTL_RAW

Line 1019: document := to_blob(UTL_RAW.CAST_TO_RAW(l_data));

1015: ,LOCATION => l_loc_description
1016: ,IGNORE_TIME_ZONE => l_ignore_time_zone
1017: ,ICAL => l_data
1018: );
1019: document := to_blob(UTL_RAW.CAST_TO_RAW(l_data));
1020: document_type := 'text/calendar' || ';name=event.ics';
1021: hr_utility.set_location('completed:'|| g_package||'.'||l_proc, 30);
1022: exception
1023: when others then