DBA Data[Home] [Help]

APPS.PO_PDOI_PVT dependencies on PO_TIMING_UTL

Line 255: PO_TIMING_UTL.init;

251: PO_LOG.proc_begin (d_module, 'p_err_lines_tolerance', p_err_lines_tolerance);
252: PO_LOG.proc_begin (d_module, 'p_clm_flag', p_clm_flag);
253: END IF;
254:
255: PO_TIMING_UTL.init;
256: PO_TIMING_UTL.start_time (PO_PDOI_CONSTANTS.g_T_PDOI_ALL);
257:
258: -- put down information about how to get logging messages
259: log_audsid;

Line 256: PO_TIMING_UTL.start_time (PO_PDOI_CONSTANTS.g_T_PDOI_ALL);

252: PO_LOG.proc_begin (d_module, 'p_clm_flag', p_clm_flag);
253: END IF;
254:
255: PO_TIMING_UTL.init;
256: PO_TIMING_UTL.start_time (PO_PDOI_CONSTANTS.g_T_PDOI_ALL);
257:
258: -- put down information about how to get logging messages
259: log_audsid;
260:

Line 367: PO_TIMING_UTL.stop_time (PO_PDOI_CONSTANTS.g_T_PDOI_ALL);

363: PO_PDOI_UTL.commit_work;
364:
365: d_position := 150;
366:
367: PO_TIMING_UTL.stop_time (PO_PDOI_CONSTANTS.g_T_PDOI_ALL);
368:
369: -- do interface errors reporting, log timing, etc.
370: wrap_up;
371:

Line 384: PO_TIMING_UTL.stop_time (PO_PDOI_CONSTANTS.g_T_PDOI_ALL);

380: );
381:
382: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
383:
384: PO_TIMING_UTL.stop_time (PO_PDOI_CONSTANTS.g_T_PDOI_ALL);
385:
386: wrap_up;
387:
388: END start_process;

Line 1051: PO_TIMING_UTL.start_time (PO_PDOI_CONSTANTS.g_T_GATHER_TBL_STAT);

1047: IF (PO_LOG.d_proc) THEN
1048: PO_LOG.proc_begin (d_module);
1049: END IF;
1050:
1051: PO_TIMING_UTL.start_time (PO_PDOI_CONSTANTS.g_T_GATHER_TBL_STAT);
1052:
1053: -- Get the schema name of the table
1054: l_return_status := FND_INSTALLATION.get_app_info
1055: ( 'PO',

Line 1113: PO_TIMING_UTL.stop_time (PO_PDOI_CONSTANTS.g_T_GATHER_TBL_STAT);

1109: 'No stat gathering');
1110: END IF;
1111: END IF;
1112:
1113: PO_TIMING_UTL.stop_time (PO_PDOI_CONSTANTS.g_T_GATHER_TBL_STAT);
1114:
1115: IF (PO_LOG.d_proc) THEN
1116: PO_LOG.proc_end (d_module);
1117: END IF;

Line 1215: PO_TIMING_UTL.get_formatted_timing_info

1211: PO_INTERFACE_ERRORS_UTL.flush_errors_tbl;
1212:
1213: d_position := 20;
1214:
1215: PO_TIMING_UTL.get_formatted_timing_info
1216: ( p_cleanup => FND_API.G_TRUE,
1217: x_timing_info => l_timing_info_tbl
1218: );
1219: