DBA Data[Home] [Help]

APPS.PO_TIMING_UTL dependencies on PO_TBL_VARCHAR100

Line 41: g_module_list PO_TBL_VARCHAR100;

37:
38: d_pkg_name CONSTANT VARCHAR2(50) :=
39: PO_LOG.get_package_base('PO_TIMING_UTL');
40:
41: g_module_list PO_TBL_VARCHAR100;
42:
43: TYPE timing_rec_type IS RECORD (start_time timestamp, end_time timestamp);
44: TYPE timing_tbl_type IS TABLE OF timing_rec_type INDEX BY VARCHAR2(100);
45:

Line 78: g_module_list := PO_TBL_VARCHAR100();

74:
75: BEGIN
76: d_position := 0;
77:
78: g_module_list := PO_TBL_VARCHAR100();
79: g_timing_list.DELETE;
80: g_module_index_list.DELETE;
81:
82: EXCEPTION