Table Structure:
Name Null Type ---------- ---- ------------ DPT_NO NUMBER SALARY NUMBER(10) PERIOD VARC
You neeed to create a package specifications and then only you can create a package body.
You need to execute the package i.e you execute the stored procedures,functions etc in the package.