DBA Data[Home] [Help]

PACKAGE: APPS.HR_QUEST_ANSWER_BK1

Source


1 Package hr_quest_answer_bk1 AUTHID CURRENT_USER as
2 /* $Header: hrqsaapi.pkh 120.0 2005/05/31 02:25:38 appldev noship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |-------------------------< create_quest_answer_b >-------------------------|
6 -- ----------------------------------------------------------------------------
7 --
8 procedure create_quest_answer_b
9   (
10     p_effective_date                 in     date
11    ,p_questionnaire_template_id      in     number
12    ,p_type                           in     varchar2
13    ,p_type_object_id                 in     number
14    ,p_business_group_id              in     number
15   );
16 --
17 -- ----------------------------------------------------------------------------
18 -- |-------------------------< create_quest_answer_a >-------------------------|
19 -- ----------------------------------------------------------------------------
20 --
21 procedure create_quest_answer_a
22   (
23     p_effective_date                 in     date
24    ,p_questionnaire_template_id      in     number
25    ,p_type                           in     varchar2
26    ,p_type_object_id                 in     number
27    ,p_business_group_id              in     number
28    ,p_questionnaire_answer_id        in     number
29   );
30 --
31 end hr_quest_answer_bk1;