DBA Data[Home] [Help]

PACKAGE BODY: APPS.GMD_QC_MIGRATE_TO_1151J

Source


1 PACKAGE BODY GMD_QC_MIGRATE_TO_1151J  AS
2 /*  $Header: GMDQCMJB.pls 120.1.12020000.3 2012/07/25 09:30:15 shalchen ship $    */
3 
4 
5 
6 
7 
8 PROCEDURE  Chk_overlapping_Spec_Tests ( p_migration_id IN NUMBER,
9         x_return_status OUT NOCOPY VARCHAR2)
10 IS
11 
12 BEGIN
13   NULL;
14   /** Remove all the code **/
15 
16 END Chk_overlapping_Spec_Tests;
17 
18 
19 FUNCTION Get_Base_Language RETURN VARCHAR2
20 IS
21 
22 BEGIN
23   NULL;
24   /** Remove all the code **/
25 
26 END Get_Base_Language;
27 
28 
29 
30 PROCEDURE Migrate_Assay_Classes (p_migration_id IN NUMBER,
31         x_return_status OUT NOCOPY VARCHAR2)
32 IS
33 
34 BEGIN
35   NULL;
36   /** Remove all the code **/
37 
38 END Migrate_Assay_Classes;
39 
40 
41 
42 PROCEDURE Migrate_Action_Codes (p_migration_id IN NUMBER, x_return_status OUT NOCOPY VARCHAR2)
43 IS
44 
45 BEGIN
46   NULL;
47   /** Remove all the code **/
48 
49 END Migrate_Action_Codes;
50 
51 
52 
53 
54 PROCEDURE Migrate_Hold_Reasons (p_migration_id IN NUMBER, x_return_status OUT NOCOPY VARCHAR2)
55 IS
56 
57 BEGIN
58   NULL;
59   /** Remove all the code **/
60 
61 END Migrate_Hold_Reasons;
62 
63 
64 
65 PROCEDURE Migrate_Tests_Base (p_migration_id IN NUMBER, x_return_status OUT NOCOPY VARCHAR2)
66 IS
67 
68 
69 BEGIN
70   NULL;
71   /** Remove all the code **/
72 
73 END Migrate_Tests_Base;
74 
75 
76 
77 PROCEDURE Migrate_Tests_Translated (p_migration_id IN NUMBER, x_return_status OUT NOCOPY VARCHAR2)
78 IS
79 
80 
81 BEGIN
82   NULL;
83   /** Remove all the code **/
84 
85 END Migrate_Tests_Translated;
86 
87 
88 
89 PROCEDURE Migrate_Values_Base (p_migration_id IN NUMBER, x_return_status OUT NOCOPY VARCHAR2)
90 IS
91 
92 
93 BEGIN
94   NULL;
95   /** Remove all the code **/
96 
97 END Migrate_Values_Base;
98 
99 
100 
101 PROCEDURE Migrate_Values_Translated (p_migration_id IN NUMBER, x_return_status OUT NOCOPY VARCHAR2)
102 IS
103 
104 
105 BEGIN
106   NULL;
107   /** Remove all the code **/
108 
109 END Migrate_Values_Translated;
110 
111 
112 PROCEDURE insert_temp_table_rows(p_spec_hdr_id IN NUMBER)
113 IS
114 
115 Begin
116   NULL;
117   /** Remove all the code **/
118 
119 END insert_temp_table_rows;
120 
121 
122 PROCEDURE Migrate_Specifications (p_migration_id IN NUMBER,
123             x_return_status OUT NOCOPY VARCHAR2)
124 IS
125 BEGIN
126   NULL;
127   /** Remove all the code **/
128 
129 END Migrate_Specifications;
130 
131 
132 
133 
134 PROCEDURE Migrate_Samples (p_migration_id IN NUMBER,
135                            x_return_status OUT NOCOPY VARCHAR2)
136 IS
137 BEGIN
138   NULL;
139   /** Remove all the code **/
140 
141 END Migrate_Samples;
142 
143 
144 
145 
146 
147 PROCEDURE Migrate_Results (p_migration_id IN NUMBER, x_return_status OUT NOCOPY VARCHAR2)
148 IS
149 BEGIN
150   NULL;
151   /** Remove all the code **/
152 
153 END Migrate_Results;
154 
155 
156 PROCEDURE Create_Sample_Results (p_migration_id IN NUMBER,
157         x_return_status OUT NOCOPY VARCHAR2)
158 IS
159 BEGIN
160   NULL;
161   /** Remove all the code **/
162 
163 END Create_Sample_Results;
164 
165 PROCEDURE Clear_end_date (p_migration_id IN NUMBER
166                         , x_return_status OUT NOCOPY VARCHAR2)
167 IS
168 BEGIN
169   NULL;
170   /** Remove all the code **/
171 END;
172 
173 
174 
175 END GMD_QC_MIGRATE_TO_1151J;
176