DBA Data[Home] [Help]

APPS.CN_TRANSACTION_LOAD_PUB dependencies on STANDARD

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

963:
964: END IF;
965: -- End of API body.
966:
967: -- Standard call to get message count and if count is 1, get message info.
968:
969: FND_MSG_PUB.Count_And_Get
970: (
971: p_count => x_msg_count ,

Line 1205: -- Standard Start of API savepoint

1201: l_count NUMBER;
1202:
1203: BEGIN
1204:
1205: -- Standard Start of API savepoint
1206: SAVEPOINT load_savepoint;
1207:
1208: -- Standard call to check for call compatibility.
1209: IF NOT FND_API.compatible_api_call

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

1204:
1205: -- Standard Start of API savepoint
1206: SAVEPOINT load_savepoint;
1207:
1208: -- Standard call to check for call compatibility.
1209: IF NOT FND_API.compatible_api_call
1210: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )
1211: THEN
1212: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

1712: END IF;
1713: END IF;
1714:
1715:
1716: -- Standard call to get message count and if count is 1, get message info.
1717: FND_MSG_PUB.Count_And_Get
1718: (p_count => x_msg_count ,
1719: p_data => x_msg_data ,
1720: p_encoded => FND_API.G_FALSE