DBA Data[Home] [Help]

APPS.HR_QSV_BUS dependencies on PER_BUSINESS_GROUPS

Line 315: from per_business_groups pbg

311: -- Cursor to find legislation code
312: --
313: cursor csr_leg_code is
314: select pbg.legislation_code
315: from per_business_groups pbg
316: , hr_quest_answers qsa
317: , hr_quest_answer_values qsv
318: where p_quest_answer_val_id = qsv.quest_answer_val_id
319: and qsv.questionnaire_answer_id = qsa.questionnaire_answer_id