Trying to give something back to the Community...
Does anyone have a query that will show me the Package Source Version of a particular Package on my DPs?
ANSWER:
Yes the following SQL Query will show you the following:
Here's the Query:
select * from pkgstatus where (ID = '<package_ID_you_want_to check>')
No Comments