DBA Data[Home] [Help]

APPS.PER_SA_WORK_INCIDENT_API dependencies on PER_BUSINESS_GROUPS

Line 125: from per_business_groups pbg

121: and per.effective_end_date;
122: --
123: cursor csr_bg is
124: select legislation_code
125: from per_business_groups pbg
126: where pbg.business_group_id = l_business_group_id;
127: --
128: begin
129:

Line 402: from per_business_groups pbg

398: and per.effective_end_date;
399: --
400: cursor csr_bg is
401: select legislation_code
402: from per_business_groups pbg
403: where pbg.business_group_id = l_business_group_id;
404: --
405: begin
406: --