DBA Data[Home] [Help]

APPS.HR_FR_PERIODS_OF_SERVICE_API dependencies on PER_BUSINESS_GROUPS

Line 69: from per_business_groups pbg

65: where pds.period_of_service_id = p_period_of_service_id;
66: --
67: cursor csr_bg is
68: select legislation_code
69: from per_business_groups pbg
70: where pbg.business_group_id = l_business_group_id;
71: --
72: begin
73: