DBA Data[Home] [Help]

APPS.EGO_ITEM_ASSOCIATIONS_PUB dependencies on STANDARD

Line 1882: -- Standard Start of API savepoint

1878: --l_msg_data VARCHAR2(2000);
1879: BEGIN
1880: -- Set the Global Variables
1881: set_globals();
1882: -- Standard Start of API savepoint
1883: SAVEPOINT import_item_associations_pub;
1884: -- Standard call to check for call compatibility.
1885: IF NOT fnd_api.Compatible_API_Call ( l_api_version,
1886: p_api_version,

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

1880: -- Set the Global Variables
1881: set_globals();
1882: -- Standard Start of API savepoint
1883: SAVEPOINT import_item_associations_pub;
1884: -- Standard call to check for call compatibility.
1885: IF NOT fnd_api.Compatible_API_Call ( l_api_version,
1886: p_api_version,
1887: l_api_name,
1888: G_PKG_NAME )

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

1918: -- insert errors
1919: insert_errors(x_batch_id);
1920:
1921: COMMIT WORK;
1922: -- Standard call to get message count and if count is 1, get message info.
1923: FND_MSG_PUB.Count_And_Get
1924: ( p_count => x_msg_count,
1925: p_data => x_msg_data
1926: );