DBA Data[Home] [Help]

APPS.ICX_RESP_SEC_ATTR_PVT dependencies on STANDARD

Line 32: -- Standard Start of API savepoint

28:
29: l_duplicate NUMBER := 0;
30:
31: BEGIN
32: -- Standard Start of API savepoint
33:
34: SAVEPOINT Create_Resp_Sec_Attr_PVT;
35:
36: -- Standard call to check for call compatibility.

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

32: -- Standard Start of API savepoint
33:
34: SAVEPOINT Create_Resp_Sec_Attr_PVT;
35:
36: -- Standard call to check for call compatibility.
37:
38: if NOT FND_API.Compatible_API_Call
39: (
40: l_api_version_number,

Line 122: -- Standard check of p_commit;

118: end if;
119: */
120: end if;
121:
122: -- Standard check of p_commit;
123:
124: if FND_API.To_Boolean( p_commit)
125: then
126: commit work;

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

125: then
126: commit work;
127: end if;
128:
129: -- Standard call to get message count and if count is 1, get message info.
130:
131: FND_MSG_PUB.Count_And_Get
132: (
133: p_count => p_msg_count,

Line 208: -- Standard Start of API savepoint

204: l_api_version_number CONSTANT NUMBER := 1.0;
205:
206: BEGIN
207:
208: -- Standard Start of API savepoint
209:
210: SAVEPOINT Delete_Resp_Sec_Attr_PVT;
211:
212: -- Standard call to check for call compatibility.

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

208: -- Standard Start of API savepoint
209:
210: SAVEPOINT Delete_Resp_Sec_Attr_PVT;
211:
212: -- Standard call to check for call compatibility.
213:
214: if NOT FND_API.Compatible_API_Call
215: (
216: l_api_version_number,

Line 254: -- Standard check of p_commit;

250: fnd_msg_pub.Add;
251: raise FND_API.G_EXC_ERROR;
252: end if;
253:
254: -- Standard check of p_commit;
255:
256: if FND_API.To_Boolean( p_commit)
257: then
258: commit work;

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

257: then
258: commit work;
259: end if;
260:
261: -- Standard call to get message count and if count is 1, get message info.
262:
263: FND_MSG_PUB.Count_And_Get
264: (
265: p_count => p_msg_count,