DBA Data[Home] [Help]

APPS.OKE_AMG_GRP dependencies on STANDARD

Line 992: -- Standard Start of API savepoint

988: and reference1 > 0;
989: BEGIN
990:
991:
992: -- Standard Start of API savepoint
993: SAVEPOINT manage_dlv;
994:
995: -- Standard call to check for call compatibility.
996: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

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

991:
992: -- Standard Start of API savepoint
993: SAVEPOINT manage_dlv;
994:
995: -- Standard call to check for call compatibility.
996: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
997: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
998: END IF;
999:

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

1171: If fnd_api.to_boolean( p_commit ) then
1172: commit work;
1173: end if;
1174:
1175: -- Standard call to get message count and if count is 1, get message info.
1176: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
1177:
1178: EXCEPTION
1179:

Line 1285: -- Standard Start of API savepoint

1281: where deliverable_id=b_dlv_id ;
1282: BEGIN
1283:
1284:
1285: -- Standard Start of API savepoint
1286: SAVEPOINT manage_dlv_action;
1287:
1288: -- Standard call to check for call compatibility.
1289: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

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

1284:
1285: -- Standard Start of API savepoint
1286: SAVEPOINT manage_dlv_action;
1287:
1288: -- Standard call to check for call compatibility.
1289: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1290: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1291: END IF;
1292:

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

1724: If fnd_api.to_boolean( p_commit ) then
1725: commit work;
1726: end if;
1727:
1728: -- Standard call to get message count and if count is 1, get message info.
1729: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
1730: EXCEPTION
1731:
1732: WHEN FND_API.G_EXC_ERROR THEN

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

1803: l_deliverable_name varchar2(100);
1804: BEGIN
1805:
1806: SAVEPOINT initiate_dlv_action;
1807: -- Standard call to check for call compatibility.
1808: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1809: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1810: END IF;
1811:

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

1931: If fnd_api.to_boolean( p_commit ) then
1932: commit work;
1933: end if;
1934:
1935: -- Standard call to get message count and if count is 1, get message info.
1936: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
1937: EXCEPTION
1938:
1939: WHEN FND_API.G_EXC_ERROR THEN