DBA Data[Home] [Help]

APPS.HZ_PARTY_CERT_PKG dependencies on STANDARD

Line 63: -- standard start of API savepoint

59: l_party_type varchar2(30);
60:
61: BEGIN
62:
63: -- standard start of API savepoint
64: SAVEPOINT set_certification_level ;
65:
66: -- initialize message list if p_init_msg_list is set to TRUE.
67: IF FND_API.to_Boolean(p_init_msg_list) THEN

Line 220: -- standard call to get message count and if count is 1, get message info.

216:
217: -- End of changes Bug No: 4181943
218:
219:
220: -- standard call to get message count and if count is 1, get message info.
221: FND_MSG_PUB.Count_And_Get(
222: p_encoded => FND_API.G_FALSE,
223: p_count => x_msg_count,
224: p_data => x_msg_data);

Line 274: -- standard start of API savepoint

270: dss_msg_data VARCHAR2(2000):= null;
271: l_test_security VARCHAR2(1):= 'F';
272:
273: begin
274: -- standard start of API savepoint
275: SAVEPOINT set_party_attributes ;
276:
277: -- initialize message list if p_init_msg_list is set to TRUE.
278: IF FND_API.to_Boolean(p_init_msg_list) THEN

Line 391: -- standard call to get message count and if count is 1, get message info.

387: end if;
388:
389: -- End of changes Bug No: 4181943
390:
391: -- standard call to get message count and if count is 1, get message info.
392: FND_MSG_PUB.Count_And_Get(
393: p_encoded => FND_API.G_FALSE,
394: p_count => x_msg_count,
395: p_data => x_msg_data);