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 1207: -- Standard Start of API savepoint

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

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

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

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

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