DBA Data[Home] [Help]

APPS.CN_NOT_TRX_GRP dependencies on STANDARD

Line 33: -- Standard Start of API savepoint

29:
30: l_changed_line_rec c_changed_lines%ROWTYPE;
31:
32: BEGIN
33: -- Standard Start of API savepoint
34: SAVEPOINT col_adjustments;
35: -- Standard call to check for call compatibility.
36: IF NOT FND_API.Compatible_API_Call (l_api_version,
37: p_api_version,

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

31:
32: BEGIN
33: -- Standard Start of API savepoint
34: SAVEPOINT col_adjustments;
35: -- Standard call to check for call compatibility.
36: IF NOT FND_API.Compatible_API_Call (l_api_version,
37: p_api_version,
38: l_api_name,
39: G_PKG_NAME)

Line 67: -- Standard check of p_commit.

63: END LOOP;
64: -------------------+
65: -- End of API body.
66: -------------------+
67: -- Standard check of p_commit.
68: IF FND_API.To_Boolean( p_commit ) THEN
69: COMMIT WORK;
70: END IF;
71: -- Standard call to get message count and if count is 1, get message info.

Line 71: -- Standard call to get message count and if count is 1, get message info.

67: -- Standard check of p_commit.
68: IF FND_API.To_Boolean( p_commit ) THEN
69: COMMIT WORK;
70: END IF;
71: -- Standard call to get message count and if count is 1, get message info.
72: FND_MSG_PUB.Count_And_Get
73: (p_count => x_msg_count ,
74: p_data => x_msg_data ,
75: p_encoded => FND_API.G_FALSE);