DBA Data[Home] [Help]

APPS.CN_TSR_PVT dependencies on STANDARD

Line 204: -- Standard Start of API savepoint

200: l_return_status VARCHAR2(1);
201:
202:
203: BEGIN
204: -- Standard Start of API savepoint
205: SAVEPOINT Get_Tsr_Data_SP;
206: -- Standard call to check for call compatibility.
207: IF NOT FND_API.compatible_api_call
208: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )

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

202:
203: BEGIN
204: -- Standard Start of API savepoint
205: SAVEPOINT Get_Tsr_Data_SP;
206: -- Standard call to check for call compatibility.
207: IF NOT FND_API.compatible_api_call
208: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )
209: THEN
210: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 307: -- Standard check of p_commit.

303: -- CLOSE l_tsr_cr;
304: -- End of API body.
305: << end_api >>
306: NULL;
307: -- Standard check of p_commit.
308: IF FND_API.To_Boolean( p_commit ) THEN
309: COMMIT WORK;
310: END IF;
311: -- Standard call to get message count and if count is 1, get message info.

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

307: -- Standard check of p_commit.
308: IF FND_API.To_Boolean( p_commit ) THEN
309: COMMIT WORK;
310: END IF;
311: -- Standard call to get message count and if count is 1, get message info.
312: FND_MSG_PUB.Count_And_Get
313: (
314: p_count => x_msg_count ,
315: p_data => x_msg_data ,