DBA Data[Home] [Help]

APPS.AMS_EVTREGS_CUHK dependencies on FND_API

Line 18: x_return_status := FND_API.g_ret_sts_success;

14: x_return_status OUT NOCOPY VARCHAR2
15: )
16: IS
17: BEGIN
18: x_return_status := FND_API.g_ret_sts_success;
19: -- customer to add the customization codes here
20: -- for pre processing
21: END;
22:

Line 36: x_return_status := FND_API.g_ret_sts_success;

32: x_return_status OUT NOCOPY VARCHAR2
33: )
34: IS
35: BEGIN
36: x_return_status := FND_API.g_ret_sts_success;
37: -- customer to add the customization codes here
38: -- for post processing
39: END;
40:

Line 56: x_return_status := FND_API.g_ret_sts_success;

52: x_return_status OUT NOCOPY VARCHAR2
53: )
54: IS
55: BEGIN
56: x_return_status := FND_API.g_ret_sts_success;
57: -- customer to add the customization codes here
58: -- for pre processing
59: END;
60:

Line 75: x_return_status := FND_API.g_ret_sts_success;

71: x_return_status OUT NOCOPY VARCHAR2
72: )
73: IS
74: BEGIN
75: x_return_status := FND_API.g_ret_sts_success;
76: -- customer to add the customization codes here
77: -- for post processing
78: END;
79:

Line 94: x_return_status := FND_API.g_ret_sts_success;

90: x_return_status OUT NOCOPY VARCHAR2
91: )
92: IS
93: BEGIN
94: x_return_status := FND_API.g_ret_sts_success;
95: -- customer to add the customization codes here
96: -- for pre processing
97: END;
98:

Line 113: x_return_status := FND_API.g_ret_sts_success;

109: x_return_status OUT NOCOPY VARCHAR2
110: )
111: IS
112: BEGIN
113: x_return_status := FND_API.g_ret_sts_success;
114: -- customer to add the customization codes here
115: -- for post processing
116: END;
117:

Line 132: x_return_status := FND_API.g_ret_sts_success;

128: x_return_status OUT NOCOPY VARCHAR2
129: )
130: IS
131: BEGIN
132: x_return_status := FND_API.g_ret_sts_success;
133: -- customer to add the customization codes here
134: -- for pre processing
135: END;
136:

Line 151: x_return_status := FND_API.g_ret_sts_success;

147: x_return_status OUT NOCOPY VARCHAR2
148: )
149: IS
150: BEGIN
151: x_return_status := FND_API.g_ret_sts_success;
152: -- customer to add the customization codes here
153: -- for post processing
154: END;
155:

Line 175: x_return_status := FND_API.g_ret_sts_success;

171: X_Return_Status OUT NOCOPY VARCHAR2
172: )
173: IS
174: BEGIN
175: x_return_status := FND_API.g_ret_sts_success;
176: -- customer to add the customization codes here
177: -- for pre processing
178: END;
179:

Line 199: x_return_status := FND_API.g_ret_sts_success;

195: X_Return_Status OUT NOCOPY VARCHAR2
196: )
197: IS
198: BEGIN
199: x_return_status := FND_API.g_ret_sts_success;
200: -- customer to add the customization codes here
201: -- for post processing
202: END;
203:

Line 223: x_return_status := FND_API.g_ret_sts_success;

219: X_Return_Status OUT NOCOPY VARCHAR2
220: )
221: IS
222: BEGIN
223: x_return_status := FND_API.g_ret_sts_success;
224: -- customer to add the customization codes here
225: -- for pre processing
226: END;
227:

Line 247: x_return_status := FND_API.g_ret_sts_success;

243: X_Return_Status OUT NOCOPY VARCHAR2
244: )
245: IS
246: BEGIN
247: x_return_status := FND_API.g_ret_sts_success;
248: -- customer to add the customization codes here
249: -- for post processing
250: END;
251:

Line 275: x_return_status := FND_API.g_ret_sts_success;

271: X_Return_Status OUT NOCOPY VARCHAR2
272: )
273: IS
274: BEGIN
275: x_return_status := FND_API.g_ret_sts_success;
276: -- customer to add the customization codes here
277: -- for pre processing
278: END;
279:

Line 302: x_return_status := FND_API.g_ret_sts_success;

298: x_Return_Status OUT NOCOPY VARCHAR2
299: )
300: IS
301: BEGIN
302: x_return_status := FND_API.g_ret_sts_success;
303: -- customer to add the customization codes here
304: -- for post processing
305: END;
306: