otmfaqForumsBlogsRegister
FAQMembers ListCalendarToday's PostsSearch


 Subscribe Blogs:RSS
 Subscribe Forums:RSS
OTMFAQ Home
OTMFAQ Blogs
OTMFAQ Forums
OTMFAQ Tutorials

OTM SIG
MavenWire


Database Administration Database installation, creation, administration and related topics.

Tags: , ,

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old April 1st, 2008, 08:59
Member
 
Join Date: Jun 2007
Posts: 53
Thanks: 14
Thanked 1 Time in 1 Post
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 2
new_otm is on a distinguished road
Event table

Hi,

I have created an event for a shipment. Using a query i want to take the values ‘Event date ’ and ‘Location’ but i can’t find in which table are stored.
Does anyone know the name of the table?
I can get the event on ss_shipment_event_group table but i can't get the detail of it.


Thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old April 1st, 2008, 11:45
Member
 
Join Date: Mar 2007
Location: Bedfordshire England
Posts: 48
Thanks: 3
Thanked 9 Times in 8 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
cunninghamg is on a distinguished road
Send a message via AIM to cunninghamg Send a message via MSN to cunninghamg Send a message via Skype™ to cunninghamg
Re: Event table

Hi

You need the ie_shipmentstatus table - though you will need to join in the i_transaction table to relate it to your shipment..

select t.object_gid, s.*
from ie_shipmentstatus s, i_transaction t
where s.I_TRANSACTION_NO=t.I_TRANSACTION_NO
and t.object_gid = <SHIPMENT_GID>

Gary
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old April 1st, 2008, 15:15
Member
 
Join Date: Jun 2007
Posts: 53
Thanks: 14
Thanked 1 Time in 1 Post
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 2
new_otm is on a distinguished road
Re: Event table

Hi,

Thank you very much. I have solved my problem.

Thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Add Event Screen sn1405 Branding, Screen Sets, XSL/CSS and Translations 0 February 18th, 2008 06:00
Adding entry in table not reflecting in UI nikesh mohanlal Branding, Screen Sets, XSL/CSS and Translations 2 October 19th, 2007 10:43
[SOLVED] Location of the Translator table for a Stylesheet AlejandroBarba Branding, Screen Sets, XSL/CSS and Translations 1 September 20th, 2007 19:19
Database table for Tax allocation? sray Database Administration 0 September 6th, 2007 13:51
Shipment Event Table shahidali12 Planning 2 June 7th, 2007 21:29



All times are GMT. The time now is 00:12.
Copyright © 2008, Open Book Solutions LLC. All rights reserved.

Sponsored by MavenWire - MavenWire.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37