DBA Data[Home] [Help]

APPS.POS_VENDOR_REG_PKG dependencies on POS_VENDOR_PUB_PKG

Line 339: l_step := 'call pos_vendor_pub_pkg.create_vendor';

335: , g_module || '.' || l_method
336: , l_step || ' l_found is ' || l_found);
337: END IF;
338:
339: l_step := 'call pos_vendor_pub_pkg.create_vendor';
340:
341: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level) THEN
342: fnd_log.string
343: (fnd_log.level_statement

Line 348: pos_vendor_pub_pkg.create_vendor

344: , g_module || '.' || l_method
345: , l_step);
346: END IF;
347:
348: pos_vendor_pub_pkg.create_vendor
349: ( p_vendor_rec => l_vendor_rec,
350: x_return_status => x_return_status,
351: x_msg_count => x_msg_count,
352: x_msg_data => x_msg_data,