DBA Data[Home] [Help]

APPS.AMS_MULTIMEDIA_PVT dependencies on STANDARD

Line 45: -- Standard Start of API savepoint

41:
42: transaction_type VARCHAR2(1);
43:
44: BEGIN
45: -- Standard Start of API savepoint
46: SAVEPOINT Process_Multimedia;
47:
48: -- Standard call to check for call compatibility.
49: IF NOT FND_API.Compatible_API_Call ( l_api_version,

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

44: BEGIN
45: -- Standard Start of API savepoint
46: SAVEPOINT Process_Multimedia;
47:
48: -- Standard call to check for call compatibility.
49: IF NOT FND_API.Compatible_API_Call ( l_api_version,
50: p_api_version,
51: l_api_name,
52: G_PKG_NAME)

Line 116: -- Standard check for p_commit

112: p_object_type_code => p_multi_rec.obj_type_code,
113: p_lgl_ctnt_tbl => l_multimedia_tbl );
114:
115:
116: -- Standard check for p_commit
117: IF FND_API.to_Boolean( p_commit )
118: THEN
119: COMMIT WORK;
120: END IF;

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

122:
123: -- Debug Message
124: -- AMS_UTILITY_PVT.debug_message('Private API: ' || l_api_name || 'end');
125:
126: -- Standard call to get message count and if count is 1, get message info.
127: FND_MSG_PUB.Count_And_Get
128: (p_count => x_msg_count,
129: p_data => x_msg_data
130: );

Line 135: -- Standard call to get message count and if count=1, get the message

131: EXCEPTION
132: WHEN FND_API.G_EXC_ERROR THEN
133:
134: x_return_status := FND_API.G_RET_STS_ERROR;
135: -- Standard call to get message count and if count=1, get the message
136: FND_MSG_PUB.Count_And_Get (
137: p_encoded => FND_API.G_FALSE,
138: p_count => x_msg_count,
139: p_data => x_msg_data

Line 144: -- Standard call to get message count and if count=1, get the message

140: );
141: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
142:
143: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
144: -- Standard call to get message count and if count=1, get the message
145: FND_MSG_PUB.Count_And_Get (
146: p_encoded => FND_API.G_FALSE,
147: p_count => x_msg_count,
148: p_data => x_msg_data

Line 157: -- Standard call to get message count and if count=1, get the message

153: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
154: THEN
155: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
156: END IF;
157: -- Standard call to get message count and if count=1, get the message
158: FND_MSG_PUB.Count_And_Get (
159: p_encoded => FND_API.G_FALSE,
160: p_count => x_msg_count,
161: p_data => x_msg_data