DBA Data[Home] [Help]

APPS.POS_SUPPLIER_ADDRESS_PKG dependencies on POS_VENDOR_PUB_PKG

Line 516: pos_vendor_pub_pkg.create_vendor_site

512: l_vendor_site_rec.phone := p_phone_number;
513: l_vendor_site_rec.fax_area_code := p_fax_area_code;
514: l_vendor_site_rec.fax := p_fax_number;
515:
516: pos_vendor_pub_pkg.create_vendor_site
517: ( p_vendor_site_rec => l_vendor_site_rec,
518: x_return_status => x_return_status,
519: x_msg_count => x_msg_count,
520: x_msg_data => x_msg_data,

Line 801: ' Before Calling pos_vendor_pub_pkg.update_vendor_contact');

797: l_vendor_contact_rec.party_site_id := l_rec.party_site_id;
798:
799: IF ( fnd_log.level_statement >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
800: FND_LOG.string(fnd_log.level_statement, g_module,
801: ' Before Calling pos_vendor_pub_pkg.update_vendor_contact');
802: FND_LOG.string(fnd_log.level_statement, g_module,
803: ' per_party_id ' || p_contact_party_id);
804: FND_LOG.string(fnd_log.level_statement, g_module,
805: ' org_party_site_id ' || p_org_party_site_id);

Line 831: ' After Calling pos_vendor_pub_pkg.update_vendor_contact');

827: );
828:
829: IF ( fnd_log.level_statement >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
830: FND_LOG.string(fnd_log.level_statement, g_module,
831: ' After Calling pos_vendor_pub_pkg.update_vendor_contact');
832: FND_LOG.string(fnd_log.level_statement, g_module,
833: ' x_return_status ' || x_return_status);
834: FND_LOG.string(fnd_log.level_statement, g_module,
835: ' x_msg_count ' || x_msg_count);

Line 979: ' Before Calling pos_vendor_pub_pkg.create_vendor_contact');

975: l_step := 3;
976:
977: IF ( fnd_log.level_statement >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
978: FND_LOG.string(fnd_log.level_statement, g_module,
979: ' Before Calling pos_vendor_pub_pkg.create_vendor_contact');
980: FND_LOG.string(fnd_log.level_statement, g_module,
981: ' per_party_id ' || p_contact_party_id);
982: FND_LOG.string(fnd_log.level_statement, g_module,
983: ' org_party_site_id ' || p_org_party_site_id);

Line 990: pos_vendor_pub_pkg.create_vendor_contact

986: FND_LOG.string(fnd_log.level_statement, g_module,
987: ' relationship_id ' || l_rec3.relationship_id);
988: END IF;
989:
990: pos_vendor_pub_pkg.create_vendor_contact
991: ( p_vendor_contact_rec => l_vendor_contact_rec,
992: x_return_status => x_return_status,
993: x_msg_count => x_msg_count,
994: x_msg_data => x_msg_data,

Line 1007: ' After Calling pos_vendor_pub_pkg.create_vendor_contact');

1003: l_step := 4;
1004:
1005: IF ( fnd_log.level_statement >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
1006: FND_LOG.string(fnd_log.level_statement, g_module,
1007: ' After Calling pos_vendor_pub_pkg.create_vendor_contact');
1008: FND_LOG.string(fnd_log.level_statement, g_module,
1009: ' x_return_status ' || x_return_status);
1010: FND_LOG.string(fnd_log.level_statement, g_module,
1011: ' x_msg_count ' || x_msg_count);