DBA Data[Home] [Help]

PACKAGE BODY: APPS.AMS_DELIVKITITEM_CUHK

Source


1 PACKAGE BODY AMS_DelivKitItem_CUHK AS
2 /*$Header: amsckitb.pls 115.1 2002/11/14 00:20:52 musman noship $*/
3 -----------------------------------------------------------
4 -- PACKAGE
5 --    AMS_DelivKitItem_CUHK
6 --
7 -- PURPOSE
8 --    Customer user hook package for AMS_DelivKitItem_PUB.
9 --
10 -- PROCEDURES
11 --  create_DelivKitItem
12 --  update_DelivKitItem
13 --  delete_DelivKitItem
14 --  lock_DelivKitItem
15 --
16 -- HISTORY
17 --
18 -- 05/08/02        ABHOLA            Created
19 ------------------------------------------------------------
20 
21 -----------------------------------------------------------
22 -- PROCEDURE
23 --    create_DelivKitItem_pre
24 --
25 ------------------------------------------------------------
26 
27 PROCEDURE create_DelivKitItem_pre(
28    x_deliv_kit_item_rec        IN OUT NOCOPY AMS_DelivKitItem_PVT.deliv_kit_item_rec_type,
29    x_return_status  OUT NOCOPY VARCHAR2
30 )
31 IS
32 BEGIN
33    x_return_status := FND_API.g_ret_sts_success;
34    -- customer to add the customization codes here
35    -- for pre processing
36 END;
37 
38 -----------------------------------------------------------
39 -- PROCEDURE
40 --    create_DelivKitItem_post
41 --
42 -- HISTORY
43 --    10-Apr-2002  gmadana  Created.
44 ------------------------------------------------------------
45 PROCEDURE create_DelivKitItem_post(
46    p_deliv_kit_item_rec         IN  AMS_DelivKitItem_PVT.deliv_kit_item_rec_type,
47    p_deliv_kit_item_id          IN  NUMBER,
48    x_return_status    OUT NOCOPY VARCHAR2
49 )
50 IS
51 BEGIN
52    x_return_status := FND_API.g_ret_sts_success;
53    -- customer to add the customization codes here
54    -- for post processing
55 END;
56 
57 
58 -----------------------------------------------------------
59 -- PROCEDURE
60 --    delete_DelivKitItem_pre
61 --
62 -- PURPOSE
63 --    Customer pre-processing for delete_DelivKitItem.
64 ------------------------------------------------------------
65 PROCEDURE delete_DelivKitItem_pre(
66    x_deliv_kit_item_id            IN OUT NOCOPY NUMBER,
67    x_object_version    IN OUT NOCOPY NUMBER,
68    x_return_status     OUT NOCOPY    VARCHAR2
69 )
70 IS
71 BEGIN
72    x_return_status := FND_API.g_ret_sts_success;
73    -- customer to add the customization codes here
74    -- for pre processing
75 END;
76 
77 -----------------------------------------------------------
78 -- PROCEDURE
79 --    delete_DelivKitItem_post
80 --
81 -- PURPOSE
82 --    Customer post-processing for delete_DelivKitItem.
83 ------------------------------------------------------------
84 PROCEDURE delete_DelivKitItem_post(
85    p_deliv_kit_item_id            IN  NUMBER,
86    p_object_version    IN  NUMBER,
87    x_return_status     OUT NOCOPY VARCHAR2
88 )
89 IS
90 BEGIN
91    x_return_status := FND_API.g_ret_sts_success;
92    -- customer to add the customization codes here
93    -- for pre processing
94 END;
95 
96 -----------------------------------------------------------
97 -- PROCEDURE
98 --    lock_DelivKitItem_pre
99 --
100 -- PURPOSE
101 --    Customer pre-processing for lock_DelivKitItem.
102 ------------------------------------------------------------
103 PROCEDURE lock_DelivKitItem_pre(
104    x_deliv_kit_item_id            IN OUT NOCOPY NUMBER,
105    x_object_version    IN OUT NOCOPY NUMBER,
106    x_return_status     OUT NOCOPY    VARCHAR2
107 )
108 IS
109 BEGIN
110    x_return_status := FND_API.g_ret_sts_success;
111    -- customer to add the customization codes here
112    -- for pre processing
113 END;
114 
115 -----------------------------------------------------------
116 -- PROCEDURE
117 --    lock_DelivKitItem_post
118 --
119 -- PURPOSE
120 --    Customer post-processing for lock_DelivKitItem.
121 ------------------------------------------------------------
122 PROCEDURE lock_DelivKitItem_post(
123    p_deliv_kit_item_id            IN  NUMBER,
124    p_object_version    IN  NUMBER,
125    x_return_status     OUT NOCOPY VARCHAR2
126 )
127 IS
128 BEGIN
129    x_return_status := FND_API.g_ret_sts_success;
130    -- customer to add the customization codes here
131    -- for pre processing
132 END;
133 
134 -----------------------------------------------------------
135 -- PROCEDURE
136 --    update_DelivKitItem_pre
137 --
138 -- PURPOSE
139 --    Customer pre-processing forupdate_DelivKitItem.
140 ------------------------------------------------------------
141 PROCEDURE update_DelivKitItem_pre(
142    x_deliv_kit_item_rec        IN OUT NOCOPY AMS_DelivKitItem_PVT.deliv_kit_item_rec_type,
143    x_return_status  OUT NOCOPY    VARCHAR2
144 )
145 IS
146 BEGIN
147    x_return_status := FND_API.g_ret_sts_success;
148    -- customer to add the customization codes here
149    -- for pre processing
150 END;
151 
152 
153 -----------------------------------------------------------
154 -- PROCEDURE
155 --    update_DelivKitItem_post
156 --
157 -- PURPOSE
158 --    Customer post-processing for update_DelivKitItem.
159 ------------------------------------------------------------
160 PROCEDURE update_DelivKitItem_post(
161    p_deliv_kit_item_rec        IN  AMS_DelivKitItem_PVT.deliv_kit_item_rec_type,
162    x_return_status  OUT NOCOPY VARCHAR2
163 )
164 IS
165 BEGIN
166    x_return_status := FND_API.g_ret_sts_success;
167    -- customer to add the customization codes here
168    -- for pre processing
169 END;
170 
171 -----------------------------------------------------------
172 -- PROCEDURE
173 --    validate_DelivKitItem_pre
174 --
175 -- PURPOSE
176 --    Customer pre-processing forupdate_DelivKitItem.
177 ------------------------------------------------------------
178 PROCEDURE validate_DelivKitItem_pre(
179    x_deliv_kit_item_rec        IN OUT NOCOPY AMS_DelivKitItem_PVT.deliv_kit_item_rec_type,
180    x_return_status  OUT NOCOPY    VARCHAR2
181 )
182 IS
183 BEGIN
184    x_return_status := FND_API.g_ret_sts_success;
185    -- customer to add the customization codes here
186    -- for pre processing
187 END;
188 
189 
190 -----------------------------------------------------------
191 -- PROCEDURE
192 --    validate_DelivKitItem_post
193 --
194 -- PURPOSE
195 --    Customer post-processing for update_DelivKitItem.
196 ------------------------------------------------------------
197 PROCEDURE validate_DelivKitItem_post(
198    p_deliv_kit_item_rec        IN  AMS_DelivKitItem_PVT.deliv_kit_item_rec_type,
199    x_return_status  OUT NOCOPY VARCHAR2
200 )
201 IS
202 BEGIN
203    x_return_status := FND_API.g_ret_sts_success;
204    -- customer to add the customization codes here
205    -- for pre processing
206 END;
207 
208 
209 End AMS_DelivKitItem_CUHK;