DBA Data[Home] [Help]

APPS.GL_COA_SEGMENT_VAL_PVT dependencies on STANDARD

Line 37: --Standard start of API savepoint

33: l_api_version CONSTANT NUMBER := 1.0;
34: l_record_exists BOOLEAN := FALSE;
35: BEGIN
36:
37: --Standard start of API savepoint
38: SAVEPOINT gl_coa_segment_val_pvt;
39:
40: --Standard call to check for call compatibility
41: IF NOT FND_API.Compatible_API_Call(l_api_version ,

Line 40: --Standard call to check for call compatibility

36:
37: --Standard start of API savepoint
38: SAVEPOINT gl_coa_segment_val_pvt;
39:
40: --Standard call to check for call compatibility
41: IF NOT FND_API.Compatible_API_Call(l_api_version ,
42: p_api_version ,
43: l_api_name ,
44: G_PKG_NAME) THEN

Line 133: --Standard check of p_commit

129: END IF;
130:
131: --End of API body
132:
133: --Standard check of p_commit
134: IF FND_API.TO_Boolean( p_commit) THEN
135: COMMIT WORK;
136: END IF;
137:

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

134: IF FND_API.TO_Boolean( p_commit) THEN
135: COMMIT WORK;
136: END IF;
137:
138: --Standard call to get message count and if count is 1, get message info.
139: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count,
140: p_data => x_msg_data);
141:
142: