DBA Data[Home] [Help]

APPS.OKC_REP_EXP_NTF_PVT dependencies on STANDARD

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

101:
102: l_api_name := 'contract_expiration_notifier';
103: l_api_version := 1.0;
104:
105: -- Standard call to check for call compatibility.
106: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
107: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
108: END IF;
109: -- Initialize message list if p_init_msg_list is set to TRUE.