DBA Data[Home] [Help]

APPS.CSI_T_TXN_OUS_PVT dependencies on STANDARD

Line 33: -- Standard Start of API savepoint

29: l_valid BOOLEAN;
30:
31: BEGIN
32:
33: -- Standard Start of API savepoint
34: SAVEPOINT create_txn_org_assgn_dtls;
35:
36: -- Initialize message list if p_init_msg_list is set to TRUE.
37: IF fnd_api.to_Boolean( p_init_msg_list ) THEN

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

40:
41: -- Initialize API return status to success
42: x_return_status := fnd_api.G_RET_STS_SUCCESS;
43:
44: -- Standard call to check for call compatibility.
45: IF NOT
46:
47: fnd_api.Compatible_API_Call (
48: p_current_version_number => l_api_version,

Line 180: -- Standard check of p_commit.

176: end;
177:
178: p_txn_org_assgn_rec.txn_operating_unit_id := l_txn_operating_unit_id;
179:
180: -- Standard check of p_commit.
181: IF fnd_api.To_Boolean( p_commit ) THEN
182: COMMIT WORK;
183: END IF;
184:

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

185: IF csi_t_gen_utility_pvt.g_debug = fnd_api.g_true THEN
186: csi_t_gen_utility_pvt.set_debug_off;
187: END IF;
188:
189: -- Standard call to get message count and if count is get message info.
190: fnd_msg_pub.count_and_get(
191: p_count => x_msg_count,
192: p_data => x_msg_data);
193:

Line 259: -- Standard Start of API savepoint

255: WHERE txn_operating_unit_id = l_txn_ou_id;
256:
257: BEGIN
258:
259: -- Standard Start of API savepoint
260: SAVEPOINT update_txn_org_assgn_dtls;
261:
262: -- Initialize message list if p_init_msg_list is set to TRUE.
263: IF fnd_api.to_Boolean( p_init_msg_list ) THEN

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

266:
267: -- Initialize API return status to success
268: x_return_status := fnd_api.G_RET_STS_SUCCESS;
269:
270: -- Standard call to check for call compatibility.
271: IF NOT
272:
273: fnd_api.Compatible_API_Call (
274: p_current_version_number => l_api_version,

Line 480: -- Standard check of p_commit.

476: END LOOP;
477:
478: END IF;
479:
480: -- Standard check of p_commit.
481: IF fnd_api.To_Boolean( p_commit ) THEN
482: COMMIT WORK;
483: END IF;
484:

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

481: IF fnd_api.To_Boolean( p_commit ) THEN
482: COMMIT WORK;
483: END IF;
484:
485: -- Standard call to get message count and if count is get message info.
486: fnd_msg_pub.count_and_get(
487: p_count => x_msg_count,
488: p_data => x_msg_data);
489:

Line 554: -- Standard Start of API savepoint

550: WHERE txn_line_detail_id = p_line_dtl_id;
551:
552: BEGIN
553:
554: -- Standard Start of API savepoint
555: SAVEPOINT delete_txn_org_assgn_dtls;
556:
557: -- Initialize message list if p_init_msg_list is set to TRUE.
558: IF fnd_api.to_Boolean( p_init_msg_list ) THEN

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

561:
562: -- Initialize API return status to success
563: x_return_status := fnd_api.G_RET_STS_SUCCESS;
564:
565: -- Standard call to check for call compatibility.
566: IF NOT
567:
568: fnd_api.Compatible_API_Call (
569: p_current_version_number => l_api_version,

Line 664: -- Standard check of p_commit.

660: END LOOP;
661:
662: END IF;
663:
664: -- Standard check of p_commit.
665: IF fnd_api.To_Boolean( p_commit ) THEN
666: COMMIT WORK;
667: END IF;
668:

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

665: IF fnd_api.To_Boolean( p_commit ) THEN
666: COMMIT WORK;
667: END IF;
668:
669: -- Standard call to get message count and if count is get message info.
670: fnd_msg_pub.count_and_get(
671: p_count => x_msg_count,
672: p_data => x_msg_data);
673: