DBA Data[Home] [Help]

APPS.CS_SR_PREFERRED_LANG_PUB dependencies on STANDARD

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

56:
57: BEGIN
58: SAVEPOINT Create_Preferred_Language_PUB;
59:
60: -- Standard call to check for call compatibility
61: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
62: G_PKG_NAME) THEN
63: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
64: END IF;

Line 102: -- Standard check of p_commit

98: ELSIF (l_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
99: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
100: END IF;
101:
102: -- Standard check of p_commit
103: IF FND_API.To_Boolean(p_commit) THEN
104: COMMIT WORK;
105: END IF;
106:

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

103: IF FND_API.To_Boolean(p_commit) THEN
104: COMMIT WORK;
105: END IF;
106:
107: -- Standard call to get message count and if count is 1, get message info
108: FND_MSG_PUB.Count_And_Get
109: ( p_count => x_msg_count,
110: p_data => x_msg_data
111: );

Line 182: -- Standard start of API savepoint

178: l_user_id NUMBER := p_last_updated_by;
179: l_login_id NUMBER := p_last_update_login;
180:
181: BEGIN
182: -- Standard start of API savepoint
183: SAVEPOINT Update_Preferred_Language_PUB;
184:
185: -- Standard call to check for call compatibility
186: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

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

181: BEGIN
182: -- Standard start of API savepoint
183: SAVEPOINT Update_Preferred_Language_PUB;
184:
185: -- Standard call to check for call compatibility
186: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
187: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
188: END IF;
189:

Line 226: -- Standard check of p_commit

222: ELSIF (x_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
223: raise FND_API.G_EXC_UNEXPECTED_ERROR;
224: END IF;
225:
226: -- Standard check of p_commit
227: IF FND_API.To_Boolean(p_commit) THEN
228: COMMIT WORK;
229: END IF;
230:

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

227: IF FND_API.To_Boolean(p_commit) THEN
228: COMMIT WORK;
229: END IF;
230:
231: -- Standard call to get message count and if count is 1, get message info
232: FND_MSG_PUB.Count_And_Get
233: ( p_count => x_msg_count,
234: p_data => x_msg_data
235: );