DBA Data[Home] [Help]

PACKAGE: APPS.IRC_NOTES_BK3

Source


1 Package IRC_NOTES_BK3 as
2 /* $Header: irinoapi.pkh 120.3 2008/02/21 14:14:34 viviswan noship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |-------------------------< DELETE_NOTE_b >-------------------------|
6 -- ----------------------------------------------------------------------------
7 --
8 procedure DELETE_NOTE_b
9   (p_note_id                       in     number
10   ,p_object_version_number         in     number
11   );
12 --
13 -- ----------------------------------------------------------------------------
14 -- |-------------------------< DELETE_NOTE_a >-------------------------|
15 -- ----------------------------------------------------------------------------
16 --
17 procedure DELETE_NOTE_a
18   (p_note_id                       in     number
19   ,p_object_version_number         in     number
20   );
21 --
22 end IRC_NOTES_BK3;