DBA Data[Home] [Help]

APPS.IEM_CONFIGURATION_PUB dependencies on STANDARD

Line 44: -- Standard Start of API savepoint

40: select * from iem_themes where classification_id = l_classification_id ;
41:
42:
43: BEGIN
44: -- Standard Start of API savepoint
45: SAVEPOINT GetConfiguration_PUB;
46: -- Standard call to check for call compatibility.
47: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
48: p_api_version_number,

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

42:
43: BEGIN
44: -- Standard Start of API savepoint
45: SAVEPOINT GetConfiguration_PUB;
46: -- Standard call to check for call compatibility.
47: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
48: p_api_version_number,
49: l_api_name,
50: G_PKG_NAME)