DBA Data[Home] [Help]

APPS.OKC_REP_UTIL_PVT dependencies on AP_VENDOR_PUB_PKG

Line 7825: l_vendor_contact_rec AP_VENDOR_PUB_PKG.r_vendor_contact_rec_type;

7821: p_email_address IN VARCHAR2,
7822: x_vendor_contact_id OUT NOCOPY NUMBER)
7823: IS
7824: l_api_name VARCHAR2(32);
7825: l_vendor_contact_rec AP_VENDOR_PUB_PKG.r_vendor_contact_rec_type;
7826:
7827:
7828: l_return_status VARCHAR2(1);
7829: l_msg_count NUMBER;

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

7909:
7910: -- Call the API to create a vendor contact
7911: IF ( FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
7912: FND_LOG.STRING( FND_LOG.LEVEL_STATEMENT ,G_MODULE||l_api_name,
7913: 'Before calling AP_VENDOR_PUB_PKG.create_vendor_contact()');
7914: END IF;
7915:
7916: -- Call AP API to create a vendor contact as per user entered information
7917: AP_VENDOR_PUB_PKG.create_vendor_contact(

Line 7917: AP_VENDOR_PUB_PKG.create_vendor_contact(

7913: 'Before calling AP_VENDOR_PUB_PKG.create_vendor_contact()');
7914: END IF;
7915:
7916: -- Call AP API to create a vendor contact as per user entered information
7917: AP_VENDOR_PUB_PKG.create_vendor_contact(
7918: p_api_version => 1.0,
7919: p_vendor_contact_rec => l_vendor_contact_rec,
7920: p_commit => FND_API.G_FALSE,
7921: x_vendor_contact_id => x_vendor_contact_id,

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

7929: x_party_site_id => l_party_site_id);
7930:
7931: IF ( FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
7932: FND_LOG.STRING( FND_LOG.LEVEL_STATEMENT ,G_MODULE||l_api_name,
7933: 'After calling AP_VENDOR_PUB_PKG.create_vendor_contact()');
7934: END IF;
7935:
7936: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
7937: FND_LOG.STRING(