Hi,
Can anybody tell me about package variables. i have following quesitons
1. when we should declare variable in package specification
2. when we should declare variable in package body (not inside package procedures or functions).
3. when we should declare variable inside procedures or functions in package.
4. if i want to use user define exception in whole package.then where should i declare and use this.