Summary
What does PK2_VALUE refer to in the table FND_ATTACHED_DOCUMENTS (R12) ?
Content
Hi gents,
I have a question regarding the table FND_ATTACHED_DOCUMENTS from the R12. To which table the column PK2_VALUE refers to ?
What I already know is that PK1_VALUE in the context of POs can refer to PO_HEADERS_ALL, PO_LINES_ALL, ... depending on the value of ENTITY_NAME. However, I can't figure out what kind of foreign key is the PK2_VALUE.
I do need this because I think that UCM genrates a new line in the FND_ATTACHED_DOCUMENTS each time we upload a file attachment and since we can have many files attached to the same PO line for example, how can I determine the correct versions of the files that are phusically attached to this PO line especially if many of them have been deleted? so I suspect the PK2_VALUE to hold a crucial information about this question.
Thanks for your help
Reagrds,