DBA Data[Home] [Help]

APPS.CSI_T_TXN_ATTRIBS_PVT dependencies on STANDARD

Line 50: -- Standard Start of API savepoint

46: x_error_msg VARCHAR2(2000);
47:
48: BEGIN
49:
50: -- Standard Start of API savepoint
51: SAVEPOINT create_txn_ext_attrib_dtls;
52:
53: -- Initialize message list if p_init_msg_list is set to TRUE.
54: IF fnd_api.to_Boolean( p_init_msg_list ) THEN

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

57:
58: -- Initialize API return status to success
59: x_return_status := fnd_api.G_RET_STS_SUCCESS;
60:
61: -- Standard call to check for call compatibility.
62: IF NOT
63:
64: fnd_api.Compatible_API_Call (
65: p_current_version_number => l_api_version,

Line 294: -- Standard check of p_commit.

290: END;
291:
292: p_txn_ext_attrib_vals_rec.txn_attrib_detail_id := l_txn_attrib_detail_id;
293:
294: -- Standard check of p_commit.
295: IF fnd_api.To_Boolean( p_commit ) THEN
296: COMMIT WORK;
297: END IF;
298:

Line 303: -- Standard call to get message count and if count is get message info.

299: IF csi_t_gen_utility_pvt.g_debug = fnd_api.g_true THEN
300: csi_t_gen_utility_pvt.set_debug_off;
301: END IF;
302:
303: -- Standard call to get message count and if count is get message info.
304: fnd_msg_pub.count_and_get(
305: p_count => x_msg_count,
306: p_data => x_msg_data);
307:

Line 387: -- Standard Start of API savepoint

383: AND attrib_source_table = c_attrib_source_table ;
384:
385: BEGIN
386:
387: -- Standard Start of API savepoint
388: SAVEPOINT update_txn_ext_attrib_dtls;
389:
390: -- Initialize message list if p_init_msg_list is set to TRUE.
391: IF fnd_api.to_Boolean( p_init_msg_list ) THEN

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

394:
395: -- Initialize API return status to success
396: x_return_status := fnd_api.G_RET_STS_SUCCESS;
397:
398: -- Standard call to check for call compatibility.
399: IF NOT
400:
401: fnd_api.Compatible_API_Call (
402: p_current_version_number => l_api_version,

Line 725: -- Standard check of p_commit.

721: END LOOP;
722: END LOOP;
723:
724: END IF;
725: -- Standard check of p_commit.
726: IF fnd_api.To_Boolean( p_commit ) THEN
727: COMMIT WORK;
728: END IF;
729: -- Standard call to get message count and if count is get message info.

Line 729: -- Standard call to get message count and if count is get message info.

725: -- Standard check of p_commit.
726: IF fnd_api.To_Boolean( p_commit ) THEN
727: COMMIT WORK;
728: END IF;
729: -- Standard call to get message count and if count is get message info.
730: fnd_msg_pub.count_and_get(
731: p_count => x_msg_count,
732: p_data => x_msg_data);
733:

Line 801: -- Standard Start of API savepoint

797: WHERE txn_line_detail_id = p_line_dtl_id;
798:
799: BEGIN
800:
801: -- Standard Start of API savepoint
802: SAVEPOINT delete_txn_ext_attrib_dtls;
803:
804: -- Initialize message list if p_init_msg_list is set to TRUE.
805: IF fnd_api.to_Boolean( p_init_msg_list ) THEN

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

808:
809: -- Initialize API return status to success
810: x_return_status := fnd_api.G_RET_STS_SUCCESS;
811:
812: -- Standard call to check for call compatibility.
813: IF NOT
814:
815: fnd_api.Compatible_API_Call (
816: p_current_version_number => l_api_version,

Line 910: -- Standard check of p_commit.

906: END LOOP;
907:
908: END IF;
909:
910: -- Standard check of p_commit.
911: IF fnd_api.To_Boolean( p_commit ) THEN
912: COMMIT WORK;
913: END IF;
914:

Line 915: -- Standard call to get message count and if count is get message info.

911: IF fnd_api.To_Boolean( p_commit ) THEN
912: COMMIT WORK;
913: END IF;
914:
915: -- Standard call to get message count and if count is get message info.
916: fnd_msg_pub.count_and_get(
917: p_count => x_msg_count,
918: p_data => x_msg_data);
919: