DBA Data[Home] [Help]

PACKAGE: APPS.AME_ACTION_BK13

Source


1 Package ame_action_bk13 as
2 /* $Header: amatyapi.pkh 120.3 2006/09/28 14:03:56 avarri noship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |---------------------< <create_ame_action_type_usage_b >------------------|
6 -- ----------------------------------------------------------------------------
7 --
8 procedure create_ame_action_type_usage_b
9   (p_action_type_id          in     number
10   ,p_rule_type               in     number
11   );
12 --
13 -- ----------------------------------------------------------------------------
14 -- |---------------------< create_ame_action_type_usage_a >-------------------|
15 -- ----------------------------------------------------------------------------
16 --
17 procedure create_ame_action_type_usage_a
18   (p_action_type_id          in     number
19   ,p_rule_type               in     number
20   ,p_object_version_number   in     number
21   ,p_start_date              in     date
22   ,p_end_date                in     date
23   );
24 end ame_action_bk13;