DBA Data[Home] [Help]

APPS.PON_VENDORMERGE_GRP dependencies on STANDARD

Line 141: -- Standard call to check for call compatibility

137: fnd_file.put_line (fnd_file.log, l_progress|| ' P_dup_party_id ' || P_dup_party_id);
138: fnd_file.put_line (fnd_file.log, l_progress|| ' p_party_site_id ' || p_party_site_id);
139: fnd_file.put_line (fnd_file.log, l_progress|| ' p_dup_party_site_id ' || p_dup_party_site_id );
140:
141: -- Standard call to check for call compatibility
142:
143: IF (NOT FND_API.Compatible_API_Call(l_api_version,p_api_version,g_api_name,g_pkg_name)) THEN
144: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
145: END IF;