DBA Data[Home] [Help]

APPS.HR_PROCESS_PERSON_SS dependencies on PER_BUSINESS_GROUPS_PERF

Line 8809: select legislation_code from per_business_groups_perf

8805: and ( (style='US' and region_1 is not null)
8806: or style<>'US');
8807:
8808: cursor csr_get_legc_code is
8809: select legislation_code from per_business_groups_perf
8810: where business_group_id = p_business_group_id;
8811:
8812: begin
8813: p_is_payroll_upd := false;