DBA Data[Home] [Help]

APPS.PER_DIS_BUS dependencies on PER_BUSINESS_GROUPS

Line 28: from per_business_groups pbg

24: -- Declare cursor
25: --
26: cursor csr_sec_grp is
27: select pbg.security_group_id
28: from per_business_groups pbg
29: , per_disabilities_f dis
30: , per_people_f per
31: where dis.disability_id = p_disability_id
32: and dis.person_id = per.person_id

Line 90: from per_business_groups pbg

86: -- Declare cursor
87: --
88: cursor csr_leg_code is
89: select pbg.legislation_code
90: from per_business_groups pbg
91: , per_disabilities_f dis
92: , per_people_f per
93: where dis.disability_id = p_disability_id
94: and dis.person_id = per.person_id