DBA Data[Home] [Help]

APPS.HR_GENERATE_PRETAX dependencies on PER_BUSINESS_GROUPS

Line 462: from per_business_groups

458: num_suffixes := 29;
459:
460: select business_group_id
461: into v_business_group_id
462: from per_business_groups
463: where upper(name) = upper(p_bg_name);
464:
465: /* WWBug 133133, 350540 finish */
466:

Line 3716: from per_business_groups

3712:
3713: hr_utility.set_location('hr_generate_pretax.ins_deduction_template',20);
3714: select name
3715: into v_bg_name
3716: from per_business_groups
3717: where business_group_id = p_bg_id;
3718:
3719: --------------------- Create Balances Types and Defined Balances --------------
3720: