DBA Data[Home] [Help]

APPS.HR_SE_WORK_INCIDENT_API dependencies on PER_BUSINESS_GROUPS

Line 133: from per_business_groups pbg

129: and per.effective_end_date;
130: --
131: cursor csr_bg is
132: select legislation_code
133: from per_business_groups pbg
134: where pbg.business_group_id = l_business_group_id;
135: --
136: begin
137:

Line 426: from per_business_groups pbg

422: and per.effective_end_date;
423: --
424: cursor csr_bg is
425: select legislation_code
426: from per_business_groups pbg
427: where pbg.business_group_id = l_business_group_id;
428: --
429: begin
430: --