DBA Data[Home] [Help]

APPS.HR_PL_APPLICANT_API dependencies on PER_BUSINESS_GROUPS

Line 406: from per_business_groups pbg

402: l_legislation_code varchar2(2);
403: --
404: cursor csr_bg is
405: select legislation_code
406: from per_business_groups pbg
407: where pbg.business_group_id = p_business_group_id;
408: --
409: begin
410: