Search found 4 matches

by anuprpandit
Thu Mar 22, 2007 10:30 am
Forum: Purchasing & Inventory
Topic: interfaces
Replies: 8
Views: 6986

In inventory you may need to use the open interface concurrent program 'Item Import'. For purchasing you have to use the open interface' Import Standard Purchase Orders'. Based on items,revisions,categories,catalogs,price to be imported different interface tables need to be populated. Mentioning bel...
by anuprpandit
Thu Mar 22, 2007 9:36 am
Forum: Purchasing & Inventory
Topic: Items cannot be seen
Replies: 7
Views: 2555

check the navigation in the front end if it is from master item screen or org item form.
by anuprpandit
Sat Nov 25, 2006 4:57 am
Forum: Purchasing & Inventory
Topic: questions
Replies: 1
Views: 2526

1>Commit cannot be used in triggers. Autonomous transaction can be used. Cusros can be included with procedures having commits. 2>coluring,formatting of individual items,fields can be done by page triggers 3>after report->srw.user_exit(FND EXIT); , yes u can use,but mainly func is achieved in before...
by anuprpandit
Sat Nov 25, 2006 4:35 am
Forum: Purchasing & Inventory
Topic: Need Interfaces and API's for item information
Replies: 4
Views: 3699

Hello there, I have done item conversions in implementations before as a tech consultant. You need to use standard concurrent program 'Item Import' to import the fields mentioned. Depending on the import there are multiple scenarios as below: 1>Simple item import->populate mtl_system_items_interface...