DBA Data[Home] [Help]

APPS.HZ_DSS_SETUP_PUB dependencies on STANDARD

Line 48: -- standard start of API savepoint

44: ) IS
45: row_id varchar2(64);
46: BEGIN
47:
48: -- standard start of API savepoint
49: SAVEPOINT create_entity_profile;
50:
51: -- initialize message list if p_init_msg_list is set to TRUE.
52: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

145: x_object_version_number => 1
146: );
147:
148:
149: -- standard call to get message count and if count is 1, get message info.
150: FND_MSG_PUB.Count_And_Get(
151: p_encoded => FND_API.G_FALSE,
152: p_count => x_msg_count,
153: p_data => x_msg_data);

Line 223: -- standard start of API savepoint

219: l_instance_set_id HZ_DSS_ENTITIES.INSTANCE_SET_ID%TYPE;
220:
221: BEGIN
222:
223: -- standard start of API savepoint
224: SAVEPOINT update_entity_profile;
225:
226: -- initialize message list if p_init_msg_list is set to TRUE.
227: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

340: x_group_assignment_level=> p_dss_entity_profile.group_assignment_level ,
341: x_object_version_number => x_object_version_number );
342:
343:
344: -- standard call to get message count and if count is 1, get message info.
345: FND_MSG_PUB.Count_And_Get(
346: p_encoded => FND_API.G_FALSE,
347: p_count => x_msg_count,
348: p_data => x_msg_data);

Line 417: -- standard start of API savepoint

413: row_id varchar2(64);
414: l_duplicate_count NUMBER := 0;
415: BEGIN
416:
417: -- standard start of API savepoint
418: SAVEPOINT create_scheme_function ;
419:
420: -- initialize message list if p_init_msg_list is set to TRUE.
421: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

514: x_status => nvl(p_dss_scheme_function.status, 'A'),
515: x_object_version_number => 1 );
516:
517:
518: -- standard call to get message count and if count is 1, get message info.
519: FND_MSG_PUB.Count_And_Get(
520: p_encoded => FND_API.G_FALSE,
521: p_count => x_msg_count,
522: p_data => x_msg_data);

Line 588: -- standard start of API savepoint

584: l_object_version_number NUMBER;
585: l_rowid ROWID;
586: BEGIN
587:
588: -- standard start of API savepoint
589: SAVEPOINT update_scheme_function ;
590:
591: -- initialize message list if p_init_msg_list is set to TRUE.
592: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

645: x_object_version_number => x_object_version_number
646: ) ;
647:
648:
649: -- standard call to get message count and if count is 1, get message info.
650: FND_MSG_PUB.Count_And_Get(
651: p_encoded => FND_API.G_FALSE,
652: p_count => x_msg_count,
653: p_data => x_msg_data);