PO Comments

 5 Replies
 0 Subscribed to this topic
 22 Subscribed to this forum
Sort:
Author
Messages
Kevin Hagan
Advanced Member
Posts: 30
Advanced Member
I am working on a report and looking to pull in the comments added from the PO20 screen. Originally I thought that they would be stored in either L_HPCR or L_DPCR but that turned out not to be the case. I am hoping that someone can point me to the table these comments are stored in.
Arvin Ojales
Advanced Member
Posts: 24
Advanced Member
Hi Kevin - Those are the correct tables, what version of env and app are you running?

Arvin Ojales
Kevin Hagan
Advanced Member
Posts: 30
Advanced Member
We are on Env 9.0.0.8 and Apps 9.0.0.4

I thought I would find the comments in L_DPCR linking the L_index though to PURCHORDER or to POLINE has not brought back the comments succesfully
Arvin Ojales
Advanced Member
Posts: 24
Advanced Member
L_INDEX is the correct link, it should return the Comments, I just tried it here and was able to retrieve the comments for a PO using SQL query.
Arvin Ojales
Advanced Member
Posts: 24
Advanced Member
You're linking the PURCHORDER L_INDEX to L_HPCR.L_INDEX and POLINE.L_INDEX to L_HPLI.L_INDEX right?

Now, if the comments are full on these L_HPCR or L_HPLI, the system will write the continuation to L_DPCR and L_DPLI Tables depending if the comment is for PURCHORDER or POLINE.
Kevin Hagan
Advanced Member
Posts: 30
Advanced Member
The PLI tables was the piece I was missing,

Thanks for the help