DBA Data[Home] [Help]

APPS.CCT_IH_PUB dependencies on STANDARD

Line 31: -- Standard Start of API savepoint

27: x_err_num NUMBER;
28: x_err_msg VARCHAR2(256);
29:
30: BEGIN
31: -- Standard Start of API savepoint
32: SAVEPOINT OPEN_MEDIA_ITEM_PUB;
33: -- Standard call to check for call compatibility.
34: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
35: p_api_version ,

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

29:
30: BEGIN
31: -- Standard Start of API savepoint
32: SAVEPOINT OPEN_MEDIA_ITEM_PUB;
33: -- Standard call to check for call compatibility.
34: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
35: p_api_version ,
36: l_api_name ,
37: G_PKG_NAME )

Line 69: -- Standard check of p_commit.

65: x_msg_data=> x_msg_data,
66: x_media_id=> x_media_id );
67:
68: -- End of API body.
69: -- Standard check of p_commit.
70: IF FND_API.To_Boolean( p_commit ) THEN
71: COMMIT WORK;
72: END IF;
73: