DBA Data[Home] [Help]

APPS.PER_RET_BUS dependencies on PER_CAGR_RETAINED_RIGHTS

Line 29: , per_cagr_retained_rights ret

25: --
26: cursor csr_sec_grp is
27: select pbg.security_group_id
28: from per_business_groups pbg
29: , per_cagr_retained_rights ret
30: where ret.cagr_retained_right_id = p_cagr_retained_right_id
31: and pbg.business_group_id = ret.business_group_id;
32: --
33: -- Declare local variables

Line 89: , per_cagr_retained_rights ret

85: --
86: cursor csr_leg_code is
87: select pbg.legislation_code
88: from per_business_groups pbg
89: , per_cagr_retained_rights ret
90: where ret.cagr_retained_right_id = p_cagr_retained_right_id
91: and pbg.business_group_id (+) = ret.business_group_id;
92: --
93: -- Declare local variables