DBA Data[Home] [Help]

APPS.PER_INC_BUS dependencies on PER_BUSINESS_GROUPS

Line 93: per_business_groups pbg

89: cursor csr_leg_code is
90: select pbg.legislation_code
91: from per_work_incidents inc,
92: per_people_f per,
93: per_business_groups pbg
94: where inc.incident_id = p_incident_id
95: and inc.person_id = per.person_id
96: and per.business_group_id = pbg.business_group_id;
97: --