DBA Data[Home] [Help]

APPS.ASO_FFM_INT dependencies on STANDARD

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

35: l_tmp_content_xml VARCHAR2(2000);
36: BEGIN
37: SAVEPOINT Submit_FFM_Request_INT;
38:
39: -- Standard call to check for call compatibility.
40: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
41: p_api_version_number,
42: l_api_name,
43: G_PKG_NAME) THEN

Line 139: -- Standard check for p_commit

135: IF x_return_status<>FND_API.G_RET_STS_SUCCESS THEN
136: RAISE FND_API.G_EXC_ERROR;
137: END IF;
138:
139: -- Standard check for p_commit
140: IF FND_API.to_Boolean( p_commit ) THEN
141: COMMIT WORK;
142: END IF;
143:

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

143:
144:
145:
146:
147: -- Standard call to get message count and if count is 1, get message info.
148: FND_MSG_PUB.Count_And_Get
149: ( p_count => x_msg_count,
150: p_data => x_msg_data
151: );