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 321: v_bg_name per_business_groups.name%TYPE;

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

Line 3785: from per_business_groups

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