DBA Data[Home] [Help]

APPS.PER_KW_DISABILITY_API dependencies on PER_BUSINESS_GROUPS

Line 86: from per_business_groups pbg

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

Line 282: from per_business_groups pbg

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