DBA Data[Home] [Help]

APPS.CSF_TASK_DEPENDENCY_PUB dependencies on STANDARD

Line 48: -- Standard start of API savepoint

44: IS
45: l_api_version CONSTANT NUMBER := 1.0;
46: l_api_name CONSTANT VARCHAR2(30) := 'CREATE_TASK_DEPENDENCY_NV';
47: BEGIN
48: -- Standard start of API savepoint
49: SAVEPOINT csf_create_task_dependency_pub;
50:
51: -- Standard call to check for call compatibility
52: IF NOT fnd_api.compatible_api_call (l_api_version, p_api_version, l_api_name, g_pkg_name)

Line 51: -- Standard call to check for call compatibility

47: BEGIN
48: -- Standard start of API savepoint
49: SAVEPOINT csf_create_task_dependency_pub;
50:
51: -- Standard call to check for call compatibility
52: IF NOT fnd_api.compatible_api_call (l_api_version, p_api_version, l_api_name, g_pkg_name)
53: THEN
54: RAISE fnd_api.g_exc_unexpected_error;
55: END IF;

Line 107: -- Standard check of p_commit

103: THEN
104: RAISE fnd_api.g_exc_unexpected_error;
105: END IF;
106:
107: -- Standard check of p_commit
108: IF fnd_api.to_boolean (p_commit)
109: THEN
110:
111: COMMIT WORK;

Line 114: -- Standard call to get message count and if count is 1, get message info

110:
111: COMMIT WORK;
112: END IF;
113:
114: -- Standard call to get message count and if count is 1, get message info
115: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data);
116: EXCEPTION
117: WHEN fnd_api.g_exc_unexpected_error
118: THEN

Line 145: -- Standard start of API savepoint

141: IS
142: l_api_version CONSTANT NUMBER := 1.0;
143: l_api_name CONSTANT VARCHAR2(30) := 'LOCK_TASK_DEPENDENCY';
144: BEGIN
145: -- Standard start of API savepoint
146: SAVEPOINT csf_lock_task_depends_pub;
147:
148: -- Standard call to check for call compatibility
149: IF NOT fnd_api.compatible_api_call (l_api_version, p_api_version, l_api_name, g_pkg_name)

Line 148: -- Standard call to check for call compatibility

144: BEGIN
145: -- Standard start of API savepoint
146: SAVEPOINT csf_lock_task_depends_pub;
147:
148: -- Standard call to check for call compatibility
149: IF NOT fnd_api.compatible_api_call (l_api_version, p_api_version, l_api_name, g_pkg_name)
150: THEN
151: RAISE fnd_api.g_exc_unexpected_error;
152: END IF;

Line 181: -- Standard call to get message count and if count is 1, get message info

177: THEN
178: RAISE fnd_api.g_exc_unexpected_error;
179: END IF;
180:
181: -- Standard call to get message count and if count is 1, get message info
182: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data);
183: EXCEPTION
184: WHEN fnd_api.g_exc_unexpected_error
185: THEN

Line 231: -- Standard start of API savepoint

227: IS
228: l_api_version CONSTANT NUMBER := 1.0;
229: l_api_name CONSTANT VARCHAR2(30) := 'UPDATE_TASK_DEPENDENCY';
230: BEGIN
231: -- Standard start of API savepoint
232: SAVEPOINT csf_update_task_dependency_pub;
233:
234: -- Standard call to check for call compatibility
235: IF NOT fnd_api.compatible_api_call (l_api_version, p_api_version, l_api_name, g_pkg_name)

Line 234: -- Standard call to check for call compatibility

230: BEGIN
231: -- Standard start of API savepoint
232: SAVEPOINT csf_update_task_dependency_pub;
233:
234: -- Standard call to check for call compatibility
235: IF NOT fnd_api.compatible_api_call (l_api_version, p_api_version, l_api_name, g_pkg_name)
236: THEN
237: RAISE fnd_api.g_exc_unexpected_error;
238: END IF;

Line 289: -- Standard check of p_commit

285: THEN
286: RAISE fnd_api.g_exc_unexpected_error;
287: END IF;
288:
289: -- Standard check of p_commit
290: IF fnd_api.to_boolean (p_commit)
291: THEN
292: COMMIT WORK;
293: END IF;

Line 295: -- Standard call to get message count and if count is 1, get message info

291: THEN
292: COMMIT WORK;
293: END IF;
294:
295: -- Standard call to get message count and if count is 1, get message info
296: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data);
297: EXCEPTION
298: WHEN fnd_api.g_exc_unexpected_error
299: THEN

Line 326: -- Standard start of API savepoint

322: IS
323: l_api_version CONSTANT NUMBER := 1.0;
324: l_api_name CONSTANT VARCHAR2(30) := 'DELETE_TASK_DEPENDENCY';
325: BEGIN
326: -- Standard start of API savepoint
327: SAVEPOINT csf_delete_task_dependency_pub;
328:
329: -- Standard call to check for call compatibility
330: IF NOT fnd_api.compatible_api_call (l_api_version, p_api_version, l_api_name, g_pkg_name)

Line 329: -- Standard call to check for call compatibility

325: BEGIN
326: -- Standard start of API savepoint
327: SAVEPOINT csf_delete_task_dependency_pub;
328:
329: -- Standard call to check for call compatibility
330: IF NOT fnd_api.compatible_api_call (l_api_version, p_api_version, l_api_name, g_pkg_name)
331: THEN
332: RAISE fnd_api.g_exc_unexpected_error;
333: END IF;

Line 362: -- Standard check of p_commit

358: THEN
359: RAISE fnd_api.g_exc_unexpected_error;
360: END IF;
361:
362: -- Standard check of p_commit
363: IF fnd_api.to_boolean (p_commit)
364: THEN
365: COMMIT WORK;
366: END IF;

Line 368: -- Standard call to get message count and if count is 1, get message info

364: THEN
365: COMMIT WORK;
366: END IF;
367:
368: -- Standard call to get message count and if count is 1, get message info
369: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data);
370: EXCEPTION
371: WHEN fnd_api.g_exc_unexpected_error
372: THEN

Line 414: -- Standard start of API savepoint

410: l_dependency_id NUMBER;
411: l_object_version_number NUMBER;
412:
413: BEGIN
414: -- Standard start of API savepoint
415: SAVEPOINT csf_clear_task_dependency_pub;
416:
417: -- Standard call to check for call compatibility
418: IF NOT fnd_api.compatible_api_call (l_api_version, p_api_version, l_api_name, g_pkg_name)

Line 417: -- Standard call to check for call compatibility

413: BEGIN
414: -- Standard start of API savepoint
415: SAVEPOINT csf_clear_task_dependency_pub;
416:
417: -- Standard call to check for call compatibility
418: IF NOT fnd_api.compatible_api_call (l_api_version, p_api_version, l_api_name, g_pkg_name)
419: THEN
420: RAISE fnd_api.g_exc_unexpected_error;
421: END IF;

Line 457: -- Standard check of p_commit

453: THEN
454: RAISE fnd_api.g_exc_unexpected_error;
455: END IF;
456:
457: -- Standard check of p_commit
458: IF fnd_api.to_boolean (p_commit)
459: THEN
460: COMMIT WORK;
461: END IF;

Line 463: -- Standard call to get message count and if count is 1, get message info

459: THEN
460: COMMIT WORK;
461: END IF;
462:
463: -- Standard call to get message count and if count is 1, get message info
464: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data);
465: EXCEPTION
466: WHEN fnd_api.g_exc_unexpected_error
467: THEN