DBA Data[Home] [Help]

PACKAGE BODY: APPS.EC_GASNO_EXT

Source


1 PACKAGE BODY EC_GASNO_EXT AS
2 /* $Header: ECGASNOXB.pls 115.2 2002/07/22 06:11:16 pavasude noship $      */
3 
4 procedure GASNO_Populate_Ext_Lev01
5 is
6 i_level number := 1;
7 begin
8 null;
9 end GASNO_Populate_Ext_Lev01;
10 
11 procedure GASNO_Populate_Ext_Lev02
12 is
13 i_level number := 2;
14 begin
15 null;
16 end GASNO_Populate_Ext_Lev02;
17 
18 procedure GASNO_Populate_Ext_Lev03
19 is
20 i_level number := 3;
21 begin
22 null;
23 end GASNO_Populate_Ext_Lev03;
24 
25 procedure GASNO_Populate_Ext_Lev04
26 is
27 i_level number := 4;
28 begin
29 null;
30 end GASNO_Populate_Ext_Lev04;
31 
32 procedure GASNO_Populate_Ext_Lev05
33 is
34 i_level number := 5;
35 begin
36 null;
37 end GASNO_Populate_Ext_Lev05;
38 
39 procedure GASNO_Populate_Ext_Lev06
40 is
41 i_level number := 6;
42 begin
43 null;
44 end GASNO_Populate_Ext_Lev06;
45 
46 procedure GASNO_Populate_Ext_Lev07
47 is
48 i_level number := 7;
49 begin
50 null;
51 end GASNO_Populate_Ext_Lev07;
52 
53 procedure GASNO_Populate_Ext_Lev08
54 is
55 i_level number := 8;
56 begin
57 null;
58 end GASNO_Populate_Ext_Lev08;
59 
60 procedure GASNO_Populate_Ext_Lev09
61 is
62 i_level number := 9;
63 begin
64 null;
65 end GASNO_Populate_Ext_Lev09;
66 
67 end EC_GASNO_EXT;
68