DBA Data[Home] [Help]

APPS.HR_SA_CONTRACT_API dependencies on PER_BUSINESS_GROUPS

Line 79: from per_business_groups pbg

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

Line 258: from per_business_groups pbg

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