DBA Data[Home] [Help]

PACKAGE: APPS.PQH_FYI_NOTIFY_BK3

Source


1 Package pqh_fyi_notify_bk3 AUTHID CURRENT_USER as
2 /* $Header: pqfynapi.pkh 120.0 2005/05/29 01:55:25 appldev noship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |---------------------------< delete_fyi_notify_b >-----------------|
6 -- ----------------------------------------------------------------------------
7 --
8 procedure delete_fyi_notify_b
9   (
10    p_fyi_notified_id                in  number
11   ,p_object_version_number          in  number
12   ,p_effective_date                 in  date
13   );
14 --
15 -- ----------------------------------------------------------------------------
16 -- |---------------------------< delete_fyi_notify_a >-----------------|
17 -- ----------------------------------------------------------------------------
18 --
19 procedure delete_fyi_notify_a
20   (
21    p_fyi_notified_id                in  number
22   ,p_object_version_number          in  number
23   ,p_effective_date                 in  date
24   );
25 --
26 end pqh_fyi_notify_bk3;