DBA Data[Home] [Help]

APPS.CSI_T_TXN_LINE_DTLS_PVT dependencies on STANDARD

Line 73: -- Standard Start of API savepoint

69: l_src_transaction_type_id NUMBER; -- ER 6936037
70:
71: BEGIN
72:
73: -- Standard Start of API savepoint
74: SAVEPOINT create_txn_line_dtls;
75:
76: -- Initialize message list if p_init_msg_list is set to TRUE.
77: IF fnd_api.to_boolean( p_init_msg_list ) THEN

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

80:
81: -- Initialize API return status to success
82: x_return_status := fnd_api.g_ret_sts_success;
83:
84: -- Standard call to check for call compatibility.
85: IF NOT
86:
87: fnd_api.compatible_API_call (
88: p_current_version_number => l_api_version,

Line 879: -- Standard check of p_commit.

875: END LOOP;
876:
877: END IF;
878:
879: -- Standard check of p_commit.
880: IF fnd_api.To_Boolean( p_commit ) THEN
881: COMMIT WORK;
882: END IF;
883:

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

882: END IF;
883:
884: csi_t_gen_utility_pvt.set_debug_off;
885:
886: -- Standard call to get message count and if count is get message info.
887: fnd_msg_pub.Count_And_Get(
888: p_count => x_msg_count,
889: p_data => x_msg_data);
890:

Line 1035: -- Standard Start of API savepoint

1031: l_tmp_party_detail_tbl csi_t_datastructures_grp.txn_party_detail_tbl;
1032:
1033: BEGIN
1034:
1035: -- Standard Start of API savepoint
1036: SAVEPOINT update_txn_line_dtls;
1037:
1038: -- Initialize message list if p_init_msg_list is set to TRUE.
1039: IF fnd_api.to_Boolean( p_init_msg_list ) THEN

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

1042:
1043: -- Initialize API return status to success
1044: x_return_status := fnd_api.G_RET_STS_SUCCESS;
1045:
1046: -- Standard call to check for call compatibility.
1047: IF NOT
1048:
1049: fnd_api.Compatible_API_Call (
1050: p_current_version_number => l_api_version,

Line 2555: -- Standard check of p_commit.

2551: END IF;
2552:
2553: debug('Transaction details updated successfully.');
2554:
2555: -- Standard check of p_commit.
2556: IF fnd_api.To_Boolean( p_commit ) THEN
2557: COMMIT WORK;
2558: END IF;
2559:

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

2556: IF fnd_api.To_Boolean( p_commit ) THEN
2557: COMMIT WORK;
2558: END IF;
2559:
2560: -- Standard call to get message count and if count is get message info.
2561: fnd_msg_pub.Count_And_Get(
2562: p_count => x_msg_count,
2563: p_data => x_msg_data);
2564:

Line 3379: -- Standard Start of API savepoint

3375:
3376:
3377: BEGIN
3378:
3379: -- Standard Start of API savepoint
3380: SAVEPOINT delete_txn_line_dtls;
3381:
3382: -- Initialize message list if p_init_msg_list is set to TRUE.
3383: IF fnd_api.to_Boolean( p_init_msg_list ) THEN

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

3386:
3387: -- Initialize API return status to success
3388: x_return_status := fnd_api.G_RET_STS_SUCCESS;
3389:
3390: -- Standard call to check for call compatibility.
3391: IF NOT
3392:
3393: fnd_api.Compatible_API_Call (
3394: p_current_version_number => l_api_version,

Line 3427: -- Standard check of p_commit.

3423:
3424: END IF;
3425:
3426:
3427: -- Standard check of p_commit.
3428: IF fnd_api.To_Boolean( p_commit ) THEN
3429: COMMIT WORK;
3430: END IF;
3431:

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

3428: IF fnd_api.To_Boolean( p_commit ) THEN
3429: COMMIT WORK;
3430: END IF;
3431:
3432: -- Standard call to get message count and if count is get message info.
3433: fnd_msg_pub.Count_And_Get(
3434: p_count => x_msg_count,
3435: p_data => x_msg_data);
3436: