DBA Data[Home] [Help]

APPS.CSI_PROCESS_TXN_GRP dependencies on STANDARD

Line 66: -- Standard Start of API savepoint

62:
63: -- Initialize API return status to success
64: x_return_status := fnd_api.g_ret_sts_success;
65:
66: -- Standard Start of API savepoint
67: SAVEPOINT process_transaction;
68:
69: -- Initialize message list if p_init_msg_list is set to TRUE.
70: IF FND_API.To_Boolean( p_init_msg_list ) THEN

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

70: IF FND_API.To_Boolean( p_init_msg_list ) THEN
71: FND_MSG_PUB.Initialize;
72: END IF;
73:
74: -- Standard call to check for call compatibility.
75: IF NOT
76:
77: FND_API.Compatible_API_Call (
78: p_current_version_number => l_api_version,

Line 378: -- Standard check of p_commit.

374: END IF; -- validate_only_flag = FALSE
375:
376: -- END MAIN API Code
377:
378: -- Standard check of p_commit.
379: IF fnd_api.to_boolean( p_commit ) then
380: commit work;
381: END IF;
382:

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

383: debug('Process transaction successful.');
384:
385: csi_t_gen_utility_pvt.set_debug_off;
386:
387: -- Standard call to get message count and if count is get message info.
388: fnd_msg_pub.count_and_get(
389: p_count => x_msg_count,
390: p_data => x_msg_data);
391: