DBA Data[Home] [Help]

APPS.POS_SUPPLIER_ADDRESS_PKG dependencies on POS_VENDOR_PUB_PKG

Line 562: pos_vendor_pub_pkg.create_vendor_site(

558: l_vendor_site_rec.phone := p_phone_number;
559: l_vendor_site_rec.fax_area_code := p_fax_area_code;
560: l_vendor_site_rec.fax := p_fax_number;
561:
562: pos_vendor_pub_pkg.create_vendor_site(
563: p_vendor_site_rec => l_vendor_site_rec,
564: x_return_status => x_return_status,
565: x_msg_count => x_msg_count,
566: x_msg_data => x_msg_data,

Line 599: pos_vendor_pub_pkg.create_vendor_site

595: l_vendor_site_rec.phone := p_phone_number;
596: l_vendor_site_rec.fax_area_code := p_fax_area_code;
597: l_vendor_site_rec.fax := p_fax_number;
598:
599: pos_vendor_pub_pkg.create_vendor_site
600: ( p_vendor_site_rec => l_vendor_site_rec,
601: x_return_status => x_return_status,
602: x_msg_count => x_msg_count,
603: x_msg_data => x_msg_data,

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

881: l_vendor_contact_rec.party_site_id := l_rec.party_site_id;
882:
883: IF ( fnd_log.level_statement >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
884: FND_LOG.string(fnd_log.level_statement, g_module,
885: ' Before Calling pos_vendor_pub_pkg.update_vendor_contact');
886: FND_LOG.string(fnd_log.level_statement, g_module,
887: ' per_party_id ' || p_contact_party_id);
888: FND_LOG.string(fnd_log.level_statement, g_module,
889: ' org_party_site_id ' || p_org_party_site_id);

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

911: );
912:
913: IF ( fnd_log.level_statement >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
914: FND_LOG.string(fnd_log.level_statement, g_module,
915: ' After Calling pos_vendor_pub_pkg.update_vendor_contact');
916: FND_LOG.string(fnd_log.level_statement, g_module,
917: ' x_return_status ' || x_return_status);
918: FND_LOG.string(fnd_log.level_statement, g_module,
919: ' x_msg_count ' || x_msg_count);

Line 976: ' Before Calling pos_vendor_pub_pkg.update_vendor_contact from update_address_to_contact');

972: l_vendor_contact_rec.party_site_id := l_rec.party_site_id;
973:
974: IF ( fnd_log.level_statement >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
975: FND_LOG.string(fnd_log.level_statement, g_module,
976: ' Before Calling pos_vendor_pub_pkg.update_vendor_contact from update_address_to_contact');
977: FND_LOG.string(fnd_log.level_statement, g_module,
978: ' per_party_id ' || p_contact_party_id);
979: FND_LOG.string(fnd_log.level_statement, g_module,
980: ' org_party_site_id ' || p_org_party_site_id);

Line 1006: ' After Calling pos_vendor_pub_pkg.update_vendor_contact from update_address_to_contact');

1002: );
1003:
1004: IF ( fnd_log.level_statement >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
1005: FND_LOG.string(fnd_log.level_statement, g_module,
1006: ' After Calling pos_vendor_pub_pkg.update_vendor_contact from update_address_to_contact');
1007: FND_LOG.string(fnd_log.level_statement, g_module,
1008: ' x_return_status ' || x_return_status);
1009: FND_LOG.string(fnd_log.level_statement, g_module,
1010: ' x_msg_count ' || x_msg_count);

Line 1135: 'Before Call to pos_vendor_pub_pkg.create_vendor_contact, vendor_id is : ' || l_vendor_contact_rec.vendor_id);

1131: l_vendor_contact_rec.vendor_id := p_vendor_id;
1132:
1133: IF ( fnd_log.level_statement >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
1134: FND_LOG.string(fnd_log.level_statement, g_module,
1135: 'Before Call to pos_vendor_pub_pkg.create_vendor_contact, vendor_id is : ' || l_vendor_contact_rec.vendor_id);
1136: END IF;
1137: /* Bug 12983048 - End */
1138:
1139: /* Bug 6599374 Start */

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

1160: l_step := 3;
1161:
1162: IF ( fnd_log.level_statement >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
1163: FND_LOG.string(fnd_log.level_statement, g_module,
1164: ' Before Calling pos_vendor_pub_pkg.create_vendor_contact');
1165: FND_LOG.string(fnd_log.level_statement, g_module,
1166: ' per_party_id ' || p_contact_party_id);
1167: FND_LOG.string(fnd_log.level_statement, g_module,
1168: ' org_party_site_id ' || p_org_party_site_id);

Line 1175: pos_vendor_pub_pkg.create_vendor_contact

1171: FND_LOG.string(fnd_log.level_statement, g_module,
1172: ' relationship_id ' || l_rec3.relationship_id);
1173: END IF;
1174:
1175: pos_vendor_pub_pkg.create_vendor_contact
1176: ( p_vendor_contact_rec => l_vendor_contact_rec,
1177: x_return_status => x_return_status,
1178: x_msg_count => x_msg_count,
1179: x_msg_data => x_msg_data,

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

1188: l_step := 4;
1189:
1190: IF ( fnd_log.level_statement >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
1191: FND_LOG.string(fnd_log.level_statement, g_module,
1192: ' After Calling pos_vendor_pub_pkg.create_vendor_contact');
1193: FND_LOG.string(fnd_log.level_statement, g_module,
1194: ' x_return_status ' || x_return_status);
1195: FND_LOG.string(fnd_log.level_statement, g_module,
1196: ' x_msg_count ' || x_msg_count);