DBA Data[Home] [Help]

APPS.ICX_USER_SEC_ATTR_PUB dependencies on STANDARD

Line 37: -- Standard Start of API savepoint

33: l_duplicate NUMBER := 0;
34:
35: BEGIN
36:
37: -- Standard Start of API savepoint
38:
39: SAVEPOINT Create_User_Sec_Attr_PUB;
40:
41: -- Standard call to check for call compatibility.

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

37: -- Standard Start of API savepoint
38:
39: SAVEPOINT Create_User_Sec_Attr_PUB;
40:
41: -- Standard call to check for call compatibility.
42:
43: if NOT FND_API.Compatible_API_Call
44: (
45: l_api_version_number,

Line 116: -- Standard check of p_simulate and p_commit parameters

112: raise FND_API.G_EXC_ERROR;
113:
114: end if;
115:
116: -- Standard check of p_simulate and p_commit parameters
117:
118: if FND_API.To_Boolean( p_simulate)
119: then
120: ROLLBACK to Create_User_Sec_Attr_PUB;

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

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

Line 211: -- Standard Start of API savepoint

207: l_return_status VARCHAR2(10);
208:
209: BEGIN
210:
211: -- Standard Start of API savepoint
212:
213: SAVEPOINT Delete_User_Sec_Attr_PUB;
214:
215: -- Standard call to check for call compatibility.

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

211: -- Standard Start of API savepoint
212:
213: SAVEPOINT Delete_User_Sec_Attr_PUB;
214:
215: -- Standard call to check for call compatibility.
216:
217: if NOT FND_API.Compatible_API_Call
218: (
219: l_api_version_number,

Line 277: -- Standard check of p_simulate and p_commit parameters

273: raise FND_API.G_EXC_ERROR;
274:
275: end if;
276:
277: -- Standard check of p_simulate and p_commit parameters
278:
279: if FND_API.To_Boolean( p_simulate)
280: then
281: ROLLBACK to Delete_User_Sec_Attr_PUB;

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

284: then
285: commit work;
286: end if;
287:
288: -- Standard call to get message count and if count is 1, get message info.
289:
290: FND_MSG_PUB.Count_And_Get
291: (
292: p_count => p_msg_count,