DBA Data[Home] [Help]

APPS.PAY_US_RULES dependencies on PAY_US_EARN_TEMPL_WRAPPER

Line 1137: pay_us_earn_templ_wrapper.g_ele_type_id :=

1133: lv_legislation_code,
1134: 'BAL',
1135: lrec.element_name || ' Hours'
1136: );
1137: pay_us_earn_templ_wrapper.g_ele_type_id :=
1138: get_obj_id (ln_business_group_id,
1139: lv_legislation_code,
1140: 'ELE',
1141: lrec.element_name

Line 1160: WHERE element_type_id = pay_us_earn_templ_wrapper.g_ele_type_id

1156: UPDATE pay_element_types_f
1157: SET element_name = lrec.element_name,
1158: element_information10 = l_pri_bal_id,
1159: element_information12 = l_hours_bal_id
1160: WHERE element_type_id = pay_us_earn_templ_wrapper.g_ele_type_id
1161: AND business_group_id = ln_business_group_id;
1162:
1163: -------------------------------------------------------------------
1164: -- Get Element and Balance Id to update the FLSA Calc Element

Line 1240: pay_us_earn_templ_wrapper.g_ele_type_id

1236: get_obj_id (ln_business_group_id,
1237: lv_legislation_code,
1238: 'IPV',
1239: 'Deduction Processing',
1240: pay_us_earn_templ_wrapper.g_ele_type_id
1241: );
1242: t_form_id (1) := NULL;
1243: t_we_flag (1) := NULL;
1244: t_def_val (1) := lrec.preference_information6;

Line 1250: pay_us_earn_templ_wrapper.g_ele_type_id

1246: get_obj_id (ln_business_group_id,
1247: lv_legislation_code,
1248: 'IPV',
1249: 'Separate Check',
1250: pay_us_earn_templ_wrapper.g_ele_type_id
1251: );
1252: t_form_id (2) := NULL;
1253: t_we_flag (2) := NULL;
1254: t_def_val (2) := lrec.preference_information8;

Line 1298: (p_element_type_id => pay_us_earn_templ_wrapper.g_ele_type_id,

1294: -- FLSA Changes
1295: IF (lv_hoursXrate = 'Y') THEN --l_config4_hr
1296: FOR c_rec IN
1297: c_pspr
1298: (p_element_type_id => pay_us_earn_templ_wrapper.g_ele_type_id,
1299: p_bg_id => ln_business_group_id,
1300: p_assgn_status_id => NULL
1301: )
1302: LOOP

Line 1607: AND element_type_id in ( pay_us_earn_templ_wrapper.g_ele_type_id

1603: hr_utility.trace('1. Updating Time Definition Type to G');
1604: UPDATE pay_element_types_f
1605: SET time_definition_type = 'G'
1606: WHERE business_group_id = ln_business_group_id
1607: AND element_type_id in ( pay_us_earn_templ_wrapper.g_ele_type_id
1608: ,l_fpa_ele_type_id);
1609: END IF;
1610: ELSIF lrec.configuration_information7 = 'Y' THEN
1611: hr_utility.trace('2. Updating Time Definition Type to G');

Line 1615: AND element_type_id = pay_us_earn_templ_wrapper.g_ele_type_id;

1611: hr_utility.trace('2. Updating Time Definition Type to G');
1612: UPDATE pay_element_types_f
1613: SET time_definition_type = 'G'
1614: WHERE business_group_id = ln_business_group_id
1615: AND element_type_id = pay_us_earn_templ_wrapper.g_ele_type_id;
1616: END IF;
1617:
1618: -- Modifying the TIME_DEFINTION_TYPE for Augment elements to 'G'
1619: IF ((lrec.calculation_rule = 'US ' || lrec.element_classification) AND lrec.configuration_information24 = 'Y') THEN

Line 1703: OPEN c_ele_name(pay_us_earn_templ_wrapper.g_ele_type_id);

1699: BEGIN
1700:
1701: hr_utility.TRACE ('Entering pay_us_rules.delete_pre_process');
1702:
1703: OPEN c_ele_name(pay_us_earn_templ_wrapper.g_ele_type_id);
1704: FETCH c_ele_name INTO lv_ele_name
1705: , lv_business_group_id
1706: , lv_legislation_code;
1707: