DBA Data[Home] [Help]

APPS.OKC_REP_UTIL_PVT dependencies on AP_VENDOR_PUB_PKG

Line 6942: l_vendor_contact_rec AP_VENDOR_PUB_PKG.r_vendor_contact_rec_type;

6938: p_email_address IN VARCHAR2,
6939: x_vendor_contact_id OUT NOCOPY NUMBER)
6940: IS
6941: l_api_name VARCHAR2(32);
6942: l_vendor_contact_rec AP_VENDOR_PUB_PKG.r_vendor_contact_rec_type;
6943:
6944:
6945: l_return_status VARCHAR2(1);
6946: l_msg_count NUMBER;

Line 7011: 'Before calling AP_VENDOR_PUB_PKG.create_vendor_contact()');

7007:
7008: -- Call the API to create a vendor contact
7009: IF ( FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
7010: FND_LOG.STRING( FND_LOG.LEVEL_STATEMENT ,G_MODULE||l_api_name,
7011: 'Before calling AP_VENDOR_PUB_PKG.create_vendor_contact()');
7012: END IF;
7013:
7014: -- Call AP API to create a vendor contact as per user entered information
7015: AP_VENDOR_PUB_PKG.create_vendor_contact(

Line 7015: AP_VENDOR_PUB_PKG.create_vendor_contact(

7011: 'Before calling AP_VENDOR_PUB_PKG.create_vendor_contact()');
7012: END IF;
7013:
7014: -- Call AP API to create a vendor contact as per user entered information
7015: AP_VENDOR_PUB_PKG.create_vendor_contact(
7016: p_api_version => 1.0,
7017: p_vendor_contact_rec => l_vendor_contact_rec,
7018: p_commit => FND_API.G_FALSE,
7019: x_vendor_contact_id => x_vendor_contact_id,

Line 7031: 'After calling AP_VENDOR_PUB_PKG.create_vendor_contact()');

7027: x_party_site_id => l_party_site_id);
7028:
7029: IF ( FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
7030: FND_LOG.STRING( FND_LOG.LEVEL_STATEMENT ,G_MODULE||l_api_name,
7031: 'After calling AP_VENDOR_PUB_PKG.create_vendor_contact()');
7032: END IF;
7033:
7034: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
7035: FND_LOG.STRING(