Oracle EBS (ERP)
Showing posts with label PN. Show all posts
Showing posts with label PN. Show all posts

Lease Number values are created by the sequence PN_LEASES_S.

›
 alter sequence PN.PN_LEASES_S nocache;  / ALTER SEQUENCE PN.PN_LEASES_S RESTART START WITH 40000;  / Commit;

Oracle Lease Management Base Query

›
SELECT     pla.lease_num,     pla.name    lease_name,     plda.lease_commencement_date,     plda.lease_execution_date,     plda.lease_termin...
›
Home
View web version
Powered by Blogger.