DBA Data[Home] [Help]

APPS.HR_USER_INIT_EARN dependencies on PER_BUSINESS_GROUPS

Line 209: per_business_groups.name%TYPE

205: needs to be added when creating an
206: Earning Element with a Shift Category.
207: 17-May-2002 ekim 115.19 Added p_termination_rule
208: 23-Jul-2002 ekim 115.20 Changed v_bg_name type to use
209: per_business_groups.name%TYPE
210: Re-numbered hr_utility.set_location
211: number to avoid duplicates.
212: 08-Oct-2002 ekim 115.21 Changed to use p_uom_code instead of
213: p_uom in call to

Line 319: v_bg_name per_business_groups.name%TYPE;

315: g_eff_start_date DATE;
316: g_eff_end_date DATE;
317:
318: -- local vars
319: v_bg_name per_business_groups.name%TYPE;
320: -- Get from bg short name passed in.
321: v_ele_type_id NUMBER(9); -- Populated by insertion of element type.
322: v_process_mode VARCHAR2(1); -- Set to S.
323: v_shadow_ele_type_id NUMBER(9); -- Populated by insertion of element type.

Line 3783: from per_business_groups

3779: -- Set globals: v_bg_name
3780: hr_utility.set_location('pyusuiet',790);
3781: select name
3782: into v_bg_name
3783: from per_business_groups
3784: where business_group_id = p_bg_id;
3785: --
3786: --------------------- Create Balances Types and Defined Balances --------------
3787: --