Item import:what Does "Sync" Items do? (Doc ID 417887.1)

Source: Internet
Author: User

In this Document

Goal
Solution

Applies To:Oracle Item master-version 11.5.10.0 to 11.5.10.0 [Release 11.5]
information in this document applies to any platform.
Executable:incoin-import Items
This document includes all versions of Oracle EBS 11i and R12 and later


GOAL

What does the ' Sync items ' option for item import do?

When running the Import items program, the last parameter have a prompt "Create or Update items"
1 is create, 2 is update, and 3 is "Sync Items". What does option 3 mean?

Solution

You can use the ' SYNC ' transaction type to create the item, if the item does not exist, OR update the item, if the item ex Ists.

Example
Created the item. Since it did not exist
INSERT INTO Mtl_system_items_interface
(Process_flag, set_process_id, Transaction_type,organization_id,segment1, Description,template_name)
Values
("SYNC", 204, ' Sync_item ', ' Testing through the interface ', ' finished good ');

Update the TRANSACTABLE flag since the item already existed.

INSERT INTO Mtl_system_items_interface
(Process_flag, set_process_id, Transaction_type,organization_id,segment1,description,mtl_transactions_enabled_ FLAG)
Values
("SYNC", 204, ' Sync_item ', ' Testing through the interface ', ' N ');

Note:in Oracle Inventory, Item Import does not process records with
Transaction type ' SYNC ' when import was run with null process set.

When using SYNC, always populate the process set in the Import Items parameters.

This issue is a fixed in Incoin.opp 120.1

Item import:what Does "Sync" Items do? (Doc ID 417887.1)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.