DBA Data[Home] [Help]

APPS.CSI_PROCESS_TXN_GRP dependencies on STANDARD

Line 67: -- Standard Start of API savepoint

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

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

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

Line 427: -- Standard check of p_commit.

423: END IF; -- validate_only_flag = FALSE
424:
425: -- END MAIN API Code
426:
427: -- Standard check of p_commit.
428: IF fnd_api.to_boolean( p_commit ) then
429: commit work;
430: END IF;
431:

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

432: debug('Process transaction successful.');
433:
434: csi_t_gen_utility_pvt.set_debug_off;
435:
436: -- Standard call to get message count and if count is get message info.
437: fnd_msg_pub.count_and_get(
438: p_count => x_msg_count,
439: p_data => x_msg_data);
440: