DBA Data[Home] [Help]

APPS.PER_AE_DISABILITY_API dependencies on PER_BUSINESS_GROUPS

Line 85: from per_business_groups pbg

81: and per.effective_end_date;
82: --
83: cursor csr_bg is
84: select legislation_code
85: from per_business_groups pbg
86: where pbg.business_group_id = l_business_group_id;
87: --
88: begin
89:

Line 279: from per_business_groups pbg

275: and per.effective_end_date;
276: --
277: cursor csr_bg is
278: select legislation_code
279: from per_business_groups pbg
280: where pbg.business_group_id = l_business_group_id;
281: --
282: begin
283: --