DBA Data[Home] [Help]

APPS.OPI_DBI_INV_TURNS_PKG dependencies on STANDARD

Line 45: function because new GSCC standard

41: Procedure to initialize global/file scope variables
42:
43: Date Author Action
44: 04/29/04 Dinkar Gupta Writing this
45: function because new GSCC standard
46: does not like globals initialized
47: on declaration
48: */
49: PROCEDURE initialize_globals

Line 98: -- Initialization block, as per new GSCC standard

94: l_industry VARCHAR2(30);
95:
96: BEGIN
97:
98: -- Initialization block, as per new GSCC standard
99: l_proc_name := 'Refresh_Inventory_Turns';
100:
101: -- File scope globals
102: initialize_globals ();