DBA Data[Home] [Help]

APPS.CST_PERIODCLOSEOPTION_PUB dependencies on FND_API

Line 22: if not fnd_api.compatible_api_call (

18:
19: BEGIN
20:
21: -- standard call to check for call compatibility
22: if not fnd_api.compatible_api_call (
23: l_api_version,
24: p_api_version,
25: l_api_name,
26: G_PKG_NAME ) then

Line 27: raise fnd_api.g_exc_unexpected_error;

23: l_api_version,
24: p_api_version,
25: l_api_name,
26: G_PKG_NAME ) then
27: raise fnd_api.g_exc_unexpected_error;
28: end if;
29:
30: -------------------------------------------------------------------------
31: -- initialize api return status to success