DBA Data[Home] [Help]

APPS.HR_QUESTIONNAIRE_API dependencies on HR_QUEST_ANSWERS

Line 302: SELECT questionnaire_answer_id /*, object_version_number */ from HR_QUEST_ANSWERS where questionnaire_template_id = p_questionnaire_template_id;

298: --
299:
300: Cursor c_hr_que_ans is
301:
302: SELECT questionnaire_answer_id /*, object_version_number */ from HR_QUEST_ANSWERS where questionnaire_template_id = p_questionnaire_template_id;
303:
304: Cursor c_hr_que_flds is
305:
306: SELECT field_id, object_version_number from HR_QUEST_FIELDS where questionnaire_template_id = p_questionnaire_template_id;

Line 347: -- Deleting Matchig Rows in the child table (HR_QUEST_ANSWERS)

343:
344: --
345: -- Process Logic
346:
347: -- Deleting Matchig Rows in the child table (HR_QUEST_ANSWERS)
348:
349: FOR hr_que_ans_rec in c_hr_que_ans LOOP
350:
351: hr_quest_answer_api.delete_quest_answer