DBA Data[Home] [Help]

APPS.IEU_UWQ_GET_NEXT_WORK_PVT dependencies on DBMS_UTILITY

Line 278: t1 := DBMS_UTILITY.GET_TIME;

274: -- Initialize Message list
275:
276: FND_MSG_PUB.INITIALIZE;
277:
278: t1 := DBMS_UTILITY.GET_TIME;
279:
280: ------ If no of records to be selected is not passed in the parameter
281: ------ then select all records
282:

Line 779: t2 := DBMS_UTILITY.GET_TIME;

775: then
776: raise fnd_api.g_exc_unexpected_error;
777: END;
778:
779: t2 := DBMS_UTILITY.GET_TIME;
780: l_time_spent := t2 - t1;
781:
782: -- insert into IEU_UNIQUE_TEST_RESULTS (result_code,user_id, time_spent, task_id)
783: -- values ('CK', p_resource_id, l_time_spent, l_work_item_id);