DBA Data[Home] [Help]

APPS.PER_NO_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 373: from per_business_groups pbg

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