Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Calling Store Proc From one PLL to Another PLL

637793May 6 2008 — edited May 23 2008
Hi

I have massive code in one single PLL, Now when we add one single line into code it gives the error " too large program" ( as its Limit up to 64K). Now am planing to split this PLL into small modules where i can refer one module PLL store proc to any other module PLL.
For example :
Step 1 : say test1.pll(MainPll) have Package test1 and proc t1,t2,t3
Step2 : say another PLL test2 (Attached to test1) have Package test2 and proc t11,t22,t33

Step 3 : If i want to call t22 into t1, or call t3 into t11, or t1 call t22. etc..

Thanks in Advance
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 20 2008
Added on May 6 2008
12 comments
1,658 views