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
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