DBA Data[Home] [Help]

APPS.PVX_ATTACHMENT_INT dependencies on STANDARD

Line 60: -- Standard Start of API savepoint

56:
57:
58: BEGIN
59:
60: -- Standard Start of API savepoint
61: SAVEPOINT Add_ATTACHMENT_PVT;
62:
63: IF NOT FND_API.Compatible_API_Call (l_api_version
64: ,P_Api_Version_Number

Line 111: -- Standard check of p_commit.

107: ,user_id => to_char(FND_GLOBAL.USER_ID)
108: );
109:
110: -- End of API body.
111: -- Standard check of p_commit.
112: IF FND_API.to_Boolean( p_commit )
113: THEN
114: COMMIT WORK;
115: END IF;

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

115: END IF;
116:
117:
118:
119: -- Standard call to get message count and if count is 1, get message info.
120: FND_MSG_PUB.Count_And_Get
121: ( p_count => x_msg_count,
122: p_data => x_msg_data
123: );

Line 202: -- Standard Start of API savepoint

198: --AND a.entity_name <> 'ASO_QUOTE_HEADERS_ALL';
199:
200: BEGIN
201:
202: -- Standard Start of API savepoint
203: SAVEPOINT DELETE_ATTACHMENTS_PVT;
204:
205: IF NOT FND_API.Compatible_API_Call (l_api_version
206: ,P_Api_Version_Number

Line 305: -- Standard check of p_commit.

301:
302: END LOOP;
303:
304: -- End of API body.
305: -- Standard check of p_commit.
306: IF FND_API.to_Boolean( p_commit )
307: THEN
308: COMMIT WORK;
309: END IF;

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

309: END IF;
310:
311:
312:
313: -- Standard call to get message count and if count is 1, get message info.
314: FND_MSG_PUB.Count_And_Get
315: ( p_count => x_msg_count,
316: p_data => x_msg_data
317: );