DBA Data[Home] [Help]

APPS.EGO_ITEM_ASSOCIATIONS_PUB dependencies on STANDARD

Line 1815: -- Standard Start of API savepoint

1811: --l_msg_data VARCHAR2(2000);
1812: BEGIN
1813: -- Set the Global Variables
1814: set_globals();
1815: -- Standard Start of API savepoint
1816: SAVEPOINT import_item_associations_pub;
1817: -- Standard call to check for call compatibility.
1818: IF NOT fnd_api.Compatible_API_Call ( l_api_version,
1819: p_api_version,

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

1813: -- Set the Global Variables
1814: set_globals();
1815: -- Standard Start of API savepoint
1816: SAVEPOINT import_item_associations_pub;
1817: -- Standard call to check for call compatibility.
1818: IF NOT fnd_api.Compatible_API_Call ( l_api_version,
1819: p_api_version,
1820: l_api_name,
1821: G_PKG_NAME )

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

1851: -- insert errors
1852: insert_errors(x_batch_id);
1853:
1854: COMMIT WORK;
1855: -- Standard call to get message count and if count is 1, get message info.
1856: FND_MSG_PUB.Count_And_Get
1857: ( p_count => x_msg_count,
1858: p_data => x_msg_data
1859: );