DBA Data[Home] [Help]

APPS.HR_BE_CONTRACT_API dependencies on PER_BUSINESS_GROUPS

Line 80: from per_business_groups pbg

76: and per.effective_end_date;
77: --
78: cursor csr_bg is
79: select legislation_code
80: from per_business_groups pbg
81: where pbg.business_group_id = l_business_group_id;
82: --
83: begin
84:

Line 266: from per_business_groups pbg

262: and per.effective_end_date;
263: --
264: cursor csr_bg is
265: select legislation_code
266: from per_business_groups pbg
267: where pbg.business_group_id = l_business_group_id;
268: --
269: begin
270: --