DBA Data[Home] [Help]

APPS.HR_QUEST_ANSWER_BK3 SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 5

procedure DELETE_QUEST_ANSWER_A
(P_QUESTIONNAIRE_ANSWER_ID in NUMBER
)is
begin
hr_utility.set_location('Entering: HR_QUEST_ANSWER_BK3.DELETE_QUEST_ANSWER_A', 10);
Line: 10

hr_utility.set_location(' Leaving: HR_QUEST_ANSWER_BK3.DELETE_QUEST_ANSWER_A', 20);
Line: 11

end DELETE_QUEST_ANSWER_A;
Line: 12

procedure DELETE_QUEST_ANSWER_B
(P_QUESTIONNAIRE_ANSWER_ID in NUMBER
)is
begin
hr_utility.set_location('Entering: HR_QUEST_ANSWER_BK3.DELETE_QUEST_ANSWER_B', 10);
Line: 17

hr_utility.set_location(' Leaving: HR_QUEST_ANSWER_BK3.DELETE_QUEST_ANSWER_B', 20);
Line: 18

end DELETE_QUEST_ANSWER_B;