DBA Data[Home] [Help]

APPS.HR_QSF_BUS dependencies on HR_QUESTIONNAIRES

Line 119: from hr_questionnaires

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

Line 403: , hr_questionnaires qsn

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