DBA Data[Home] [Help]

APPS.EAM_ASSET_ATTR_PVT dependencies on STANDARD

Line 155: -- Standard Start of API savepoint

151: ;
152:
153: begin
154:
155: -- Standard Start of API savepoint
156: SAVEPOINT eam_asset_attr;
157:
158: -- Standard call to check for call compatibility.
159: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN

Line 158: -- Standard call to check for call compatibility.

154:
155: -- Standard Start of API savepoint
156: SAVEPOINT eam_asset_attr;
157:
158: -- Standard call to check for call compatibility.
159: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
160: RAISE fnd_api.g_exc_unexpected_error;
161: END IF;
162:

Line 321: -- Standard check of p_commit.

317: ,p_commit => p_commit
318: );
319:
320: -- End of API body.
321: -- Standard check of p_commit.
322: IF fnd_api.to_boolean(p_commit) THEN
323: COMMIT WORK;
324: END IF;
325:

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

322: IF fnd_api.to_boolean(p_commit) THEN
323: COMMIT WORK;
324: END IF;
325:
326: -- Standard call to get message count and if count is 1, get message info.
327: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
328: EXCEPTION
329: WHEN fnd_api.g_exc_error THEN
330: ROLLBACK TO eam_asset_attr;

Line 429: -- Standard Start of API savepoint

425: Recinfo C%ROWTYPE;
426:
427: BEGIN
428:
429: -- Standard Start of API savepoint
430: SAVEPOINT eam_asset_attr;
431:
432: -- Standard call to check for call compatibility.
433: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN

Line 432: -- Standard call to check for call compatibility.

428:
429: -- Standard Start of API savepoint
430: SAVEPOINT eam_asset_attr;
431:
432: -- Standard call to check for call compatibility.
433: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
434: RAISE fnd_api.g_exc_unexpected_error;
435: END IF;
436:

Line 611: -- Standard check of p_commit.

607: APP_EXCEPTION.Raise_Exception;
608: end if;
609:
610: -- End of API body.
611: -- Standard check of p_commit.
612: IF fnd_api.to_boolean(p_commit) THEN
613: COMMIT WORK;
614: END IF;
615:

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

612: IF fnd_api.to_boolean(p_commit) THEN
613: COMMIT WORK;
614: END IF;
615:
616: -- Standard call to get message count and if count is 1, get message info.
617: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
618: EXCEPTION
619: WHEN fnd_api.g_exc_error THEN
620: ROLLBACK TO eam_asset_attr;

Line 706: -- Standard Start of API savepoint

702: l_api_name CONSTANT VARCHAR2(30) := 'update_row';
703: l_api_version CONSTANT NUMBER := 1.0;
704: l_full_name CONSTANT VARCHAR2(60) := g_pkg_name || '.' || l_api_name;
705: BEGIN
706: -- Standard Start of API savepoint
707: SAVEPOINT eam_asset_attr;
708:
709: -- Standard call to check for call compatibility.
710: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN

Line 709: -- Standard call to check for call compatibility.

705: BEGIN
706: -- Standard Start of API savepoint
707: SAVEPOINT eam_asset_attr;
708:
709: -- Standard call to check for call compatibility.
710: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
711: RAISE fnd_api.g_exc_unexpected_error;
712: END IF;
713:

Line 790: -- Standard check of p_commit.

786: );
787:
788:
789: -- End of API body.
790: -- Standard check of p_commit.
791: IF fnd_api.to_boolean(p_commit) THEN
792: COMMIT WORK;
793: END IF;
794:

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

791: IF fnd_api.to_boolean(p_commit) THEN
792: COMMIT WORK;
793: END IF;
794:
795: -- Standard call to get message count and if count is 1, get message info.
796: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
797: EXCEPTION
798: WHEN fnd_api.g_exc_error THEN
799: ROLLBACK TO eam_asset_attr;

Line 839: -- Standard Start of API savepoint

835: l_api_version CONSTANT NUMBER := 1.0;
836: l_full_name CONSTANT VARCHAR2(60) := g_pkg_name || '.' || l_api_name;
837: l_object_id NUMBER;
838: BEGIN
839: -- Standard Start of API savepoint
840: SAVEPOINT eam_asset_attr;
841:
842: -- Standard call to check for call compatibility.
843: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN

Line 842: -- Standard call to check for call compatibility.

838: BEGIN
839: -- Standard Start of API savepoint
840: SAVEPOINT eam_asset_attr;
841:
842: -- Standard call to check for call compatibility.
843: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
844: RAISE fnd_api.g_exc_unexpected_error;
845: END IF;
846:

Line 876: -- Standard check of p_commit.

872: WHEN NO_DATA_FOUND THEN
873: null;
874: END;
875: -- End of API body.
876: -- Standard check of p_commit.
877: IF fnd_api.to_boolean(p_commit) THEN
878: COMMIT WORK;
879: END IF;
880:

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

877: IF fnd_api.to_boolean(p_commit) THEN
878: COMMIT WORK;
879: END IF;
880:
881: -- Standard call to get message count and if count is 1, get message info.
882: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
883: EXCEPTION
884: WHEN fnd_api.g_exc_error THEN
885: ROLLBACK TO eam_asset_attr;

Line 937: -- Standard Start of API savepoint

933:
934:
935: BEGIN
936:
937: -- Standard Start of API savepoint
938: SAVEPOINT copy_attr;
939:
940: -- Standard call to check for call compatibility.
941: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN

Line 940: -- Standard call to check for call compatibility.

936:
937: -- Standard Start of API savepoint
938: SAVEPOINT copy_attr;
939:
940: -- Standard call to check for call compatibility.
941: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
942: RAISE fnd_api.g_exc_unexpected_error;
943: END IF;
944:

Line 1108: -- Standard check of p_commit.

1104: );
1105:
1106:
1107: -- End of API body.
1108: -- Standard check of p_commit.
1109: IF fnd_api.to_boolean(p_commit) THEN
1110: COMMIT WORK;
1111: END IF;
1112:

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

1109: IF fnd_api.to_boolean(p_commit) THEN
1110: COMMIT WORK;
1111: END IF;
1112:
1113: -- Standard call to get message count and if count is 1, get message info.
1114: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
1115: EXCEPTION
1116: WHEN fnd_api.g_exc_error THEN
1117: ROLLBACK TO copy_attr;