DBA Data[Home] [Help]

APPS.HZ_PARTY_USG_ASSIGNMENT_PVT dependencies on STANDARD

Line 1901: -- standard start of API savepoint

1897: l_party_usg_assignment_rec party_usg_assignment_rec_type;
1898:
1899: BEGIN
1900:
1901: -- standard start of API savepoint
1902: SAVEPOINT assign_party_usage;
1903:
1904: l_debug_prefix := '';
1905:

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

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

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

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

Line 2413: -- standard start of API savepoint

2409: l_usg_assignment_rec_tbl ASSIGNMENT_REC_TBL;
2410:
2411: BEGIN
2412:
2413: -- standard start of API savepoint
2414: SAVEPOINT update_usg_assignment;
2415:
2416: l_debug_prefix := '';
2417:

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

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

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

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

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

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