DBA Data[Home] [Help]

APPS.POS_BATCH_IMPORT_PKG dependencies on POS_SUPP_CLASSIFICATION_PKG

Line 5491: pos_supp_classification_pkg.add_bus_class_attr(p_party_id,

5487:
5488: IF (l_buss_valid = 'Y') THEN
5489: --Insert the data using the follwing API
5490: BEGIN
5491: pos_supp_classification_pkg.add_bus_class_attr(p_party_id,
5492: p_vendor_buss_class_rec.vendor_id,
5493: p_vendor_buss_class_rec.lookup_code,
5494: p_vendor_buss_class_rec.expiration_date,
5495: p_vendor_buss_class_rec.certificate_number,

Line 5509: pos_supp_classification_pkg.synchronize_class_tca_to_po(p_party_id,

5505: -- Call the API to syncronise data with TCA pasing party_id and vendor_id
5506: BEGIN
5507: fnd_file.put_line(fnd_file.log,
5508: 'API to syncronise data with TCA pasing party_id and vendor_id');
5509: pos_supp_classification_pkg.synchronize_class_tca_to_po(p_party_id,
5510: p_vendor_buss_class_rec.vendor_id);
5511: END;
5512: ELSE
5513: x_return_status := l_return_status;

Line 5850: pos_supp_classification_pkg.update_bus_class_attr(p_party_id => l_party_id,

5846: END IF;
5847:
5848: ELSE
5849: -- Update the details
5850: pos_supp_classification_pkg.update_bus_class_attr(p_party_id => l_party_id,
5851: p_vendor_id => vendor_buss_class_rec.vendor_id,
5852: p_selected => '',
5853: p_classification_id => l_classification_id,
5854: p_request_id => l_buss_class_req_id,

Line 5869: pos_supp_classification_pkg.synchronize_class_tca_to_po(l_party_id,

5865:
5866: BEGIN
5867: fnd_file.put_line(fnd_file.log,
5868: 'API to syncronise data with TCA pasing party_id and vendor_id');
5869: pos_supp_classification_pkg.synchronize_class_tca_to_po(l_party_id,
5870: vendor_buss_class_rec.vendor_id);
5871: END;
5872:
5873: IF l_return_status = fnd_api.g_ret_sts_success THEN