DBA Data[Home] [Help]

APPS.HR_NO_CONTRACT_API dependencies on PER_BUSINESS_GROUPS

Line 78: from per_business_groups pbg

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

Line 255: from per_business_groups pbg

251: and per.effective_end_date;
252: --
253: cursor csr_bg is
254: select legislation_code
255: from per_business_groups pbg
256: where pbg.business_group_id = l_business_group_id;
257: --
258: begin
259: --