DBA Data[Home] [Help]

APPS.QP_PREQ_PUB dependencies on DBMS_UTILITY

Line 13064: l_pricing_start_time := dbms_utility.get_time;

13060: QP_PREQ_GRP.Set_QP_Debug;
13061: G_QP_DEBUG := FND_PROFILE.VALUE(l_debug_switch); --3085171
13062:
13063: l_debug := QP_PREQ_GRP.G_DEBUG_ENGINE;
13064: l_pricing_start_time := dbms_utility.get_time;
13065:
13066: /* 4865787: error out if there are no lines to be priced */
13067: IF nvl(p_control_rec.temp_table_insert_flag, G_YES) = G_NO
13068: THEN

Line 13097: -- l_pricing_start_time := dbms_utility.get_time;

13093: ----------------------------------------------------
13094: --setting time
13095: ----------------------------------------------------
13096: IF G_QP_DEBUG = G_ENGINE_TIME_TRACE_ON THEN --3085171
13097: -- l_pricing_start_time := dbms_utility.get_time;
13098: --added to note redo generation
13099: BEGIN
13100: SELECT VALUE INTO l_pricing_start_redo
13101: FROM v$mystat, v$statname

Line 14240: l_pricing_end_time := dbms_utility.get_time;

14236:
14237: X_RETURN_STATUS := FND_API.G_RET_STS_SUCCESS;
14238: X_RETURN_STATUS_TEXT := l_routine ||' SUCCESS';
14239:
14240: l_pricing_end_time := dbms_utility.get_time;
14241:
14242: IF G_QP_DEBUG = G_ENGINE_TIME_TRACE_ON THEN --3085171
14243: --added to note redo log
14244: BEGIN