DBA Data[Home] [Help]

APPS.PER_KW_WORK_INCIDENT_API dependencies on PER_BUSINESS_GROUPS

Line 115: from per_business_groups pbg

111: and per.effective_end_date;
112: --
113: cursor csr_bg is
114: select legislation_code
115: from per_business_groups pbg
116: where pbg.business_group_id = l_business_group_id;
117: --
118: begin
119:

Line 372: from per_business_groups pbg

368: and per.effective_end_date;
369: --
370: cursor csr_bg is
371: select legislation_code
372: from per_business_groups pbg
373: where pbg.business_group_id = l_business_group_id;
374: --
375: begin
376: --