DBA Data[Home] [Help]

APPS.ICX_USER_SEC_ATTR_PVT dependencies on STANDARD

Line 34: -- Standard Start of API savepoint

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

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

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

Line 133: -- Standard check of p_commit;

129: end if;
130: */
131: end if;
132:
133: -- Standard check of p_commit;
134:
135: if FND_API.To_Boolean( p_commit)
136: then
137: commit work;

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

136: then
137: commit work;
138: end if;
139:
140: -- Standard call to get message count and if count is 1, get message info.
141:
142: FND_MSG_PUB.Count_And_Get
143: (
144: p_count => p_msg_count,

Line 222: -- Standard Start of API savepoint

218: l_api_version_number CONSTANT NUMBER := 1.0;
219:
220: BEGIN
221:
222: -- Standard Start of API savepoint
223:
224: SAVEPOINT Delete_User_Sec_Attr_PVT;
225:
226: -- Standard call to check for call compatibility.

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

222: -- Standard Start of API savepoint
223:
224: SAVEPOINT Delete_User_Sec_Attr_PVT;
225:
226: -- Standard call to check for call compatibility.
227:
228: if NOT FND_API.Compatible_API_Call
229: (
230: l_api_version_number,

Line 273: -- Standard check of p_commit;

269: fnd_msg_pub.Add;
270: raise FND_API.G_EXC_ERROR;
271: end if;
272:
273: -- Standard check of p_commit;
274:
275: if FND_API.To_Boolean( p_commit)
276: then
277: commit work;

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

276: then
277: commit work;
278: end if;
279:
280: -- Standard call to get message count and if count is 1, get message info.
281:
282: FND_MSG_PUB.Count_And_Get
283: (
284: p_count => p_msg_count,

Line 409: -- Standard Start of API savepoint

405: and c.ATTRIBUTE_CODE = 'ICX_SUPPLIER_CONTACT_ID';
406:
407: begin
408:
409: -- Standard Start of API savepoint
410:
411: SAVEPOINT Create_Def_User_Sec_Attr;
412:
413: -- Standard call to check for call compatibility.

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

409: -- Standard Start of API savepoint
410:
411: SAVEPOINT Create_Def_User_Sec_Attr;
412:
413: -- Standard call to check for call compatibility.
414:
415: if NOT FND_API.Compatible_API_Call
416: (
417: l_api_version_number,

Line 641: -- Standard check of p_commit;

637: else
638: end if;
639: */
640:
641: -- Standard check of p_commit;
642:
643: if FND_API.To_Boolean( p_commit)
644: then
645: commit work;

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

644: then
645: commit work;
646: end if;
647:
648: -- Standard call to get message count and if count is 1, get message info.
649:
650: FND_MSG_PUB.Count_And_Get
651: (
652: p_count => p_msg_count,