DBA Data[Home] [Help]

APPS.CAC_AVLBLTY_PUB dependencies on FND_API

Line 55: IF NOT fnd_api.compatible_api_call

51:
52: BEGIN
53:
54: -- Check version number
55: IF NOT fnd_api.compatible_api_call
56: ( l_api_version
57: , p_api_version
58: , l_api_name
59: , g_pkg_name

Line 62: RAISE fnd_api.g_exc_unexpected_error;

58: , l_api_name
59: , g_pkg_name
60: )
61: THEN
62: RAISE fnd_api.g_exc_unexpected_error;
63: END IF;
64:
65: -- Initialize message list
66: IF fnd_api.to_boolean( p_init_msg_list )

Line 66: IF fnd_api.to_boolean( p_init_msg_list )

62: RAISE fnd_api.g_exc_unexpected_error;
63: END IF;
64:
65: -- Initialize message list
66: IF fnd_api.to_boolean( p_init_msg_list )
67: THEN
68: fnd_msg_pub.initialize;
69: END IF;
70:

Line 72: x_return_status := fnd_api.g_ret_sts_success;

68: fnd_msg_pub.initialize;
69: END IF;
70:
71: -- Initialize return status to SUCCESS
72: x_return_status := fnd_api.g_ret_sts_success;
73:
74: CAC_AVLBLTY_PVT.GET_SCHEDULE_DATA
75: (
76: p_Object_Type => p_Object_Type,

Line 90: WHEN fnd_api.g_exc_error

86: );
87:
88: EXCEPTION
89:
90: WHEN fnd_api.g_exc_error
91: THEN
92: x_return_status := fnd_api.g_ret_sts_error;
93: fnd_msg_pub.count_and_get( p_encoded => 'F'
94: , p_count => x_msg_count

Line 92: x_return_status := fnd_api.g_ret_sts_error;

88: EXCEPTION
89:
90: WHEN fnd_api.g_exc_error
91: THEN
92: x_return_status := fnd_api.g_ret_sts_error;
93: fnd_msg_pub.count_and_get( p_encoded => 'F'
94: , p_count => x_msg_count
95: , p_data => x_msg_data
96: );

Line 98: WHEN fnd_api.g_exc_unexpected_error

94: , p_count => x_msg_count
95: , p_data => x_msg_data
96: );
97:
98: WHEN fnd_api.g_exc_unexpected_error
99: THEN
100: x_return_status := fnd_api.g_ret_sts_unexp_error;
101: fnd_msg_pub.count_and_get( p_encoded => 'F'
102: , p_count => x_msg_count

Line 100: x_return_status := fnd_api.g_ret_sts_unexp_error;

96: );
97:
98: WHEN fnd_api.g_exc_unexpected_error
99: THEN
100: x_return_status := fnd_api.g_ret_sts_unexp_error;
101: fnd_msg_pub.count_and_get( p_encoded => 'F'
102: , p_count => x_msg_count
103: , p_data => x_msg_data
104: );

Line 111: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

107: THEN
108: --
109: -- Set status
110: --
111: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
112:
113: --
114: -- Push message onto CRM stack
115: --

Line 172: IF NOT fnd_api.compatible_api_call

168:
169: BEGIN
170:
171: -- Check version number
172: IF NOT fnd_api.compatible_api_call
173: ( l_api_version
174: , p_api_version
175: , l_api_name
176: , g_pkg_name

Line 179: RAISE fnd_api.g_exc_unexpected_error;

175: , l_api_name
176: , g_pkg_name
177: )
178: THEN
179: RAISE fnd_api.g_exc_unexpected_error;
180: END IF;
181:
182: -- Initialize message list
183: IF fnd_api.to_boolean( p_init_msg_list )

Line 183: IF fnd_api.to_boolean( p_init_msg_list )

179: RAISE fnd_api.g_exc_unexpected_error;
180: END IF;
181:
182: -- Initialize message list
183: IF fnd_api.to_boolean( p_init_msg_list )
184: THEN
185: fnd_msg_pub.initialize;
186: END IF;
187:

Line 189: x_return_status := fnd_api.g_ret_sts_success;

185: fnd_msg_pub.initialize;
186: END IF;
187:
188: -- Initialize return status to SUCCESS
189: x_return_status := fnd_api.g_ret_sts_success;
190:
191: CAC_AVLBLTY_PVT.GET_SCHEDULE_DATA
192: (
193: p_Object_Type => p_Object_Type,

Line 207: WHEN fnd_api.g_exc_error

203: );
204:
205: EXCEPTION
206:
207: WHEN fnd_api.g_exc_error
208: THEN
209: x_return_status := fnd_api.g_ret_sts_error;
210: fnd_msg_pub.count_and_get( p_encoded => 'F'
211: , p_count => x_msg_count

Line 209: x_return_status := fnd_api.g_ret_sts_error;

205: EXCEPTION
206:
207: WHEN fnd_api.g_exc_error
208: THEN
209: x_return_status := fnd_api.g_ret_sts_error;
210: fnd_msg_pub.count_and_get( p_encoded => 'F'
211: , p_count => x_msg_count
212: , p_data => x_msg_data
213: );

Line 215: WHEN fnd_api.g_exc_unexpected_error

211: , p_count => x_msg_count
212: , p_data => x_msg_data
213: );
214:
215: WHEN fnd_api.g_exc_unexpected_error
216: THEN
217: x_return_status := fnd_api.g_ret_sts_unexp_error;
218: fnd_msg_pub.count_and_get( p_encoded => 'F'
219: , p_count => x_msg_count

Line 217: x_return_status := fnd_api.g_ret_sts_unexp_error;

213: );
214:
215: WHEN fnd_api.g_exc_unexpected_error
216: THEN
217: x_return_status := fnd_api.g_ret_sts_unexp_error;
218: fnd_msg_pub.count_and_get( p_encoded => 'F'
219: , p_count => x_msg_count
220: , p_data => x_msg_data
221: );

Line 228: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

224: THEN
225: --
226: -- Set status
227: --
228: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
229:
230: --
231: -- Push message onto CRM stack
232: --

Line 332: IF NOT fnd_api.compatible_api_call

328:
329: BEGIN
330:
331: -- Check version number
332: IF NOT fnd_api.compatible_api_call
333: ( l_api_version
334: , p_api_version
335: , l_api_name
336: , g_pkg_name

Line 339: RAISE fnd_api.g_exc_unexpected_error;

335: , l_api_name
336: , g_pkg_name
337: )
338: THEN
339: RAISE fnd_api.g_exc_unexpected_error;
340: END IF;
341:
342: -- Initialize message list
343: IF fnd_api.to_boolean( p_init_msg_list )

Line 343: IF fnd_api.to_boolean( p_init_msg_list )

339: RAISE fnd_api.g_exc_unexpected_error;
340: END IF;
341:
342: -- Initialize message list
343: IF fnd_api.to_boolean( p_init_msg_list )
344: THEN
345: fnd_msg_pub.initialize;
346: END IF;
347:

Line 349: x_return_status := fnd_api.g_ret_sts_success;

345: fnd_msg_pub.initialize;
346: END IF;
347:
348: -- Initialize return status to SUCCESS
349: x_return_status := fnd_api.g_ret_sts_success;
350:
351: x_Available := 'T';
352:
353: FOR ref_tasks IN c_tasks(p_Object_Type,

Line 374: WHEN fnd_api.g_exc_unexpected_error

370: END LOOP;
371:
372: EXCEPTION
373:
374: WHEN fnd_api.g_exc_unexpected_error
375: THEN
376: x_return_status := fnd_api.g_ret_sts_unexp_error;
377: fnd_msg_pub.count_and_get( p_encoded => 'F'
378: , p_count => x_msg_count

Line 376: x_return_status := fnd_api.g_ret_sts_unexp_error;

372: EXCEPTION
373:
374: WHEN fnd_api.g_exc_unexpected_error
375: THEN
376: x_return_status := fnd_api.g_ret_sts_unexp_error;
377: fnd_msg_pub.count_and_get( p_encoded => 'F'
378: , p_count => x_msg_count
379: , p_data => x_msg_data
380: );

Line 387: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

383: THEN
384: --
385: -- Set status
386: --
387: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
388:
389: --
390: -- Push message onto CRM stack
391: --