DBA Data[Home] [Help]

APPS.FUN_SECURITY dependencies on STANDARD

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

111: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
112: l_module,'begin');
113: END IF;
114:
115: --Standard call to check for call compatibility.
116: IF NOT FND_API.Compatible_API_Call(
117: l_api_version,
118: p_api_version,
119: l_api_name,

Line 780: -- standard call to get message count and if count is 1, get message info.

776: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
777: l_module,'end');
778: END IF;
779:
780: -- standard call to get message count and if count is 1, get message info.
781: FND_MSG_PUB.Count_And_Get(
782: p_encoded => FND_API.G_FALSE,
783: p_count => x_msg_count,
784: p_data => x_msg_data);

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

881: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
882: l_module,'begin');
883: END IF;
884:
885: --Standard call to check for call compatibility.
886: IF NOT FND_API.Compatible_API_Call(
887: l_api_version,
888: p_api_version,
889: l_api_name,

Line 1053: -- standard call to get message count and if count is 1, get message info.

1049: THEN
1050: COMMIT WORK;
1051: END IF;
1052:
1053: -- standard call to get message count and if count is 1, get message info.
1054: FND_MSG_PUB.Count_And_Get(
1055: p_encoded => FND_API.G_FALSE,
1056: p_count => x_msg_count,
1057: p_data => x_msg_data);