DBA Data[Home] [Help]

APPS.HR_SA_PERIODS_OF_SERVICE_API dependencies on PER_BUSINESS_GROUPS

Line 62: from per_business_groups pbg

58: where per.period_of_service_id = p_period_of_service_id;
59: --
60: cursor csr_bg is
61: select legislation_code
62: from per_business_groups pbg
63: where pbg.business_group_id = l_business_group_id;
64: --
65: begin
66: --