DBA Data[Home] [Help]

APPS.HR_QSF_BUS dependencies on HR_QUESTIONNAIRES

Line 116: from hr_questionnaires

112: -- Cursor to check that questionnaire_template_id exists
113: --
114: cursor csr_id_exists is
115: select null
116: from hr_questionnaires
117: where questionnaire_template_id = p_questionnaire_template_id;
118: --
119: begin
120: hr_utility.set_location('Entering: '||l_proc,10);

Line 400: , hr_questionnaires qsn

396: --
397: cursor csr_leg_code is
398: select pbg.legislation_code
399: from per_business_groups pbg
400: , hr_questionnaires qsn
401: , hr_quest_fields qsf
402: where qsf.field_id = p_field_id
403: and qsn.questionnaire_template_id = qsf.questionnaire_template_id
404: and qsn.business_group_id = pbg.business_group_id;