DBA Data[Home] [Help]

PACKAGE BODY: APPS.HR_QUEST_ANSWER_BK3

Source


1 package body HR_QUEST_ANSWER_BK3 as
2 /* $Header: hrqsaapi.pkb 120.0 2005/05/31 02:25:28 generated noship $ */
3 -- Code generated by the Oracle HRMS API Hook Pre-processor
4 -- Created on 2007/01/03 22:48:01 (YYYY/MM/DD HH24:MI:SS)
5 procedure DELETE_QUEST_ANSWER_A
6 (P_QUESTIONNAIRE_ANSWER_ID in NUMBER
7 )is
8 begin
9 hr_utility.set_location('Entering: HR_QUEST_ANSWER_BK3.DELETE_QUEST_ANSWER_A', 10);
10 hr_utility.set_location(' Leaving: HR_QUEST_ANSWER_BK3.DELETE_QUEST_ANSWER_A', 20);
11 end DELETE_QUEST_ANSWER_A;
12 procedure DELETE_QUEST_ANSWER_B
13 (P_QUESTIONNAIRE_ANSWER_ID in NUMBER
14 )is
15 begin
16 hr_utility.set_location('Entering: HR_QUEST_ANSWER_BK3.DELETE_QUEST_ANSWER_B', 10);
17 hr_utility.set_location(' Leaving: HR_QUEST_ANSWER_BK3.DELETE_QUEST_ANSWER_B', 20);
18 end DELETE_QUEST_ANSWER_B;
19 end HR_QUEST_ANSWER_BK3;