BJCooperIT
Programmer
I was recently told that when I add a function or procedure to an established package that the new item should be added to the end of the specification. For example, if I had:
and wanted to add F_RRR, I would have placed it between F_HHH and F_TTT. But I was told it should be added as the last item because this can prevent timestamp issues with dependent items. I thought that when you recompile a package the timestamp changes - period. If this new information is true, can someone explain why?
Beware of false knowledge; it is more dangerous than ignorance. ~George Bernard Shaw
Consultant Developer/Analyst Oracle, Forms, Reports & PL/SQL (Windows)
My website: Emu Products Plus
Code:
function F_AAA...
function F_DDD...
function F_HHH...
function F_TTT...
Beware of false knowledge; it is more dangerous than ignorance. ~George Bernard Shaw
Consultant Developer/Analyst Oracle, Forms, Reports & PL/SQL (Windows)
My website: Emu Products Plus