DBA Data[Home] [Help]

APPS.EAM_ASSET_OPERATION_TXN_PVT dependencies on STANDARD

Line 93: -- Standard Start of API savepoint

89:
90:
91: BEGIN
92:
93: -- Standard Start of API savepoint
94: SAVEPOINT EAM_ASSET_OPERATION_TXN_PVT;
95:
96: -- Standard call to check for call compatibility.
97: IF NOT fnd_api.compatible_api_call(

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

92:
93: -- Standard Start of API savepoint
94: SAVEPOINT EAM_ASSET_OPERATION_TXN_PVT;
95:
96: -- Standard call to check for call compatibility.
97: IF NOT fnd_api.compatible_api_call(
98: l_api_version
99: ,p_api_version
100: ,l_api_name

Line 148: -- Standard check of p_commit.

144: ROLLBACK TO EAM_ASSET_OPERATION_TXN_PVT;
145: RETURN;
146: END IF;
147:
148: -- Standard check of p_commit.
149: IF fnd_api.to_boolean(p_commit) THEN
150: COMMIT WORK;
151: END IF;
152: fnd_msg_pub.count_and_get(

Line 626: -- Standard Start of API savepoint

622:
623: BEGIN
624:
625:
626: -- Standard Start of API savepoint
627: SAVEPOINT EAM_ASSET_OPERATION_TXN_PVT_SV;
628: -- Standard call to check for call compatibility.
629:
630: IF NOT fnd_api.compatible_api_call(

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

624:
625:
626: -- Standard Start of API savepoint
627: SAVEPOINT EAM_ASSET_OPERATION_TXN_PVT_SV;
628: -- Standard call to check for call compatibility.
629:
630: IF NOT fnd_api.compatible_api_call(
631: l_api_version
632: ,p_api_version

Line 813: -- Standard check of p_commit.

809: END IF;
810:
811:
812: -- End of API body.
813: -- Standard check of p_commit.
814:
815: -- Standard call to get message count and if count is 1, get message info.
816: fnd_msg_pub.count_and_get(
817: p_count => x_msg_count

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

811:
812: -- End of API body.
813: -- Standard check of p_commit.
814:
815: -- Standard call to get message count and if count is 1, get message info.
816: fnd_msg_pub.count_and_get(
817: p_count => x_msg_count
818: ,p_data => x_msg_data);
819:

Line 952: -- Standard Start of API savepoint

948: );
949:
950: BEGIN
951:
952: -- Standard Start of API savepoint
953: SAVEPOINT EAOT_INSERT_TXN;
954:
955: -- Standard call to check for call compatibility.
956: IF NOT fnd_api.compatible_api_call(

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

951:
952: -- Standard Start of API savepoint
953: SAVEPOINT EAOT_INSERT_TXN;
954:
955: -- Standard call to check for call compatibility.
956: IF NOT fnd_api.compatible_api_call(
957: l_api_version
958: ,p_api_version
959: ,l_api_name

Line 1456: -- Standard check of p_commit.

1452: THEN
1453: raise eaot_api_call_error;
1454: END IF;
1455: -- End of API body.
1456: -- Standard check of p_commit.
1457: IF fnd_api.to_boolean(p_commit) THEN
1458: COMMIT WORK;
1459: END IF;
1460: fnd_msg_pub.count_and_get(