DBA Data[Home] [Help]

APPS.HZ_PARTY_USG_ASSIGNMENT_PVT dependencies on STANDARD

Line 1897: -- standard start of API savepoint

1893: l_party_usg_assignment_rec party_usg_assignment_rec_type;
1894:
1895: BEGIN
1896:
1897: -- standard start of API savepoint
1898: SAVEPOINT assign_party_usage;
1899:
1900: l_debug_prefix := '';
1901:

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

1933: p_party_usg_assignment_rec => l_party_usg_assignment_rec,
1934: x_return_status => x_return_status
1935: );
1936:
1937: -- standard call to get message count and if count is 1, get message info.
1938: fnd_msg_pub.Count_And_Get (
1939: p_encoded => fnd_api.G_FALSE,
1940: p_count => x_msg_count,
1941: p_data => x_msg_data);

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

2242: fnd_msg_pub.add;
2243: RAISE fnd_api.G_EXC_ERROR;
2244: END IF;
2245:
2246: -- standard call to get message count and if count is 1, get message info.
2247: fnd_msg_pub.Count_And_Get (
2248: p_encoded => fnd_api.G_FALSE,
2249: p_count => x_msg_count,
2250: p_data => x_msg_data);

Line 2409: -- standard start of API savepoint

2405: l_usg_assignment_rec_tbl ASSIGNMENT_REC_TBL;
2406:
2407: BEGIN
2408:
2409: -- standard start of API savepoint
2410: SAVEPOINT update_usg_assignment;
2411:
2412: l_debug_prefix := '';
2413:

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

2462: p_old_usg_assignment_rec_tbl => l_usg_assignment_rec_tbl,
2463: x_return_status => x_return_status
2464: );
2465:
2466: -- standard call to get message count and if count is 1, get message info.
2467: fnd_msg_pub.Count_And_Get (
2468: p_encoded => fnd_api.G_FALSE,
2469: p_count => x_msg_count,
2470: p_data => x_msg_data);

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

2659: fnd_msg_pub.Set_Search_Name('AR', 'HZ_PU_MULTIPLE_ASSIGNMENT');
2660: l_success := fnd_msg_pub.Change_Msg;
2661:
2662: IF l_success = 'T' THEN
2663: -- standard call to get message count and if count is 1, get message info.
2664: fnd_msg_pub.Count_And_Get (
2665: p_encoded => fnd_api.G_FALSE,
2666: p_count => x_msg_count,
2667: p_data => x_msg_data);

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

2877: END IF; -- to party has assignments
2878: END IF; -- from party has assignments
2879: END IF; -- has rules defined.
2880:
2881: -- standard call to get message count and if count is 1, get message info.
2882: fnd_msg_pub.Count_And_Get (
2883: p_encoded => fnd_api.G_FALSE,
2884: p_count => x_msg_count,
2885: p_data => x_msg_data);