DBA Data[Home] [Help]

APPS.OKC_REP_EXP_NTF_PVT dependencies on STANDARD

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

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