DBA Data[Home] [Help]

PACKAGE: APPS.IRC_POSTING_CONTENT_BK3

Source


1 Package IRC_POSTING_CONTENT_BK3 as
2 /* $Header: iripcapi.pkh 120.7 2008/02/21 14:21:22 viviswan noship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |-------------------------< delete_posting_content_b >----------------------|
6 -- ----------------------------------------------------------------------------
7 --
8 procedure delete_posting_content_b
9 (
10  P_POSTING_CONTENT_ID       in number
11 ,P_OBJECT_VERSION_NUMBER    in number
12 );
13 --
14 -- ----------------------------------------------------------------------------
15 -- |-------------------------< delete_posting_content_a >---------------------|
16 -- ----------------------------------------------------------------------------
17 --
18 procedure delete_posting_content_a
19 (
20  P_POSTING_CONTENT_ID       in number
21 ,P_OBJECT_VERSION_NUMBER    in number
22 );
23 
24 end IRC_POSTING_CONTENT_BK3;