DBA Data[Home] [Help]

APPS.POS_PRODUCT_SERVICE_BO_PKG dependencies on POS_PRODUCT_SERVICE_UTL_PKG

Line 43: pos_product_service_utl_pkg.initialize(x_status => l_status,

39: x_return_status := fnd_api.g_ret_sts_success;
40: x_prod_valid := 'Y';
41:
42: -- Below API would give the delimiter and the segment definition to be inserted
43: pos_product_service_utl_pkg.initialize(x_status => l_status,
44: x_error_message => l_error_message);
45:
46: pos_product_service_utl_pkg.get_product_meta_data(x_product_segment_definition => l_product_segment_definition,
47: x_product_segment_count => l_product_segment_count,

Line 46: pos_product_service_utl_pkg.get_product_meta_data(x_product_segment_definition => l_product_segment_definition,

42: -- Below API would give the delimiter and the segment definition to be inserted
43: pos_product_service_utl_pkg.initialize(x_status => l_status,
44: x_error_message => l_error_message);
45:
46: pos_product_service_utl_pkg.get_product_meta_data(x_product_segment_definition => l_product_segment_definition,
47: x_product_segment_count => l_product_segment_count,
48: x_default_po_category_set_id => l_default_po_category_set_id,
49: x_delimiter => l_delimiter);
50:

Line 322: pos_product_service_utl_pkg.add_new_ps_req(p_vendor_id => p_vendor_prodsrv_rec(i)

318: x_segment_code => l_segment_code);
319:
320: IF (l_prod_valid = 'Y') THEN
321: -- Insert the data into the pos_product_service_requests table using the follwing API
322: pos_product_service_utl_pkg.add_new_ps_req(p_vendor_id => p_vendor_prodsrv_rec(i)
323: .vendor_id,
324: p_segment1 => p_vendor_prodsrv_rec(i)
325: .segment1,
326: p_segment2 => p_vendor_prodsrv_rec(i)

Line 386: pos_product_service_utl_pkg.initialize(x_status => l_status,

382: FROM pos_supplier_mappings
383: WHERE vendor_id = p_vendor_prodsrv_rec(i).vendor_id
384: AND party_id = l_party_id;
385:
386: pos_product_service_utl_pkg.initialize(x_status => l_status,
387: x_error_message => l_error_message);
388:
389: -- Using the mapping_id make a call to the following API
390: l_req_id := pos_product_service_utl_pkg.get_requestid(x_segment_code => l_segment_code,

Line 390: l_req_id := pos_product_service_utl_pkg.get_requestid(x_segment_code => l_segment_code,

386: pos_product_service_utl_pkg.initialize(x_status => l_status,
387: x_error_message => l_error_message);
388:
389: -- Using the mapping_id make a call to the following API
390: l_req_id := pos_product_service_utl_pkg.get_requestid(x_segment_code => l_segment_code,
391: x_mapp_id => l_mapping_id);
392:
393: -- Using the request_id make a call to the following Api to approve the data and insert it into the
394: -- pos_sup_products_services table