Home
Forums
New posts
What's new
New posts
Latest activity
Advertise
Resources
Log in
Register
What's new
New posts
Menu
Log in
Register
Install the app
Install
Home
Forums
JD Edwards® Enterprise One / One World Discussions
JD Edwards® EnterpriseOne Technical
When an object is deployed ?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="markdcci" data-source="post: 201285" data-attributes="member: 5923"><p>Rauf,</p><p>Not sure you have access to query tables in your database, but if it was last built and deployed in an update package you should be able to query a table in your system library. In my case it is SY920, in your case it might be SY812 or similar. Oracle changed details around package builds in 9.1 so the table may or may not match, but the F9631 holds the detail on all update packages at 9.2 where we are at:</p><p></p><p>SELECT PDPKGNAME FROM SYxxx/F9631 WHERE PDOBNM ='R55ABC1'</p><p></p><p>This should give you every update package containing the object. Just pick the last one and make sure it built correctly and was deployed via the package build and deployment applications.</p><p></p><p>Note that if you built a full pkg after that or if there is no entry in the F9631, make sure the object existed and was checked in before the last full package and the deployment will be from the deployment of the full package.</p></blockquote><p></p>
[QUOTE="markdcci, post: 201285, member: 5923"] Rauf, Not sure you have access to query tables in your database, but if it was last built and deployed in an update package you should be able to query a table in your system library. In my case it is SY920, in your case it might be SY812 or similar. Oracle changed details around package builds in 9.1 so the table may or may not match, but the F9631 holds the detail on all update packages at 9.2 where we are at: SELECT PDPKGNAME FROM SYxxx/F9631 WHERE PDOBNM ='R55ABC1' This should give you every update package containing the object. Just pick the last one and make sure it built correctly and was deployed via the package build and deployment applications. Note that if you built a full pkg after that or if there is no entry in the F9631, make sure the object existed and was checked in before the last full package and the deployment will be from the deployment of the full package. [/QUOTE]
Verification
Post reply
Home
Forums
JD Edwards® Enterprise One / One World Discussions
JD Edwards® EnterpriseOne Technical
When an object is deployed ?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top