DBA Data[Home] [Help]

APPS.PAY_US_RULES dependencies on PAY_US_EARN_TEMPL_WRAPPER

Line 1192: pay_us_earn_templ_wrapper.g_ele_type_id :=

1188: lv_legislation_code,
1189: 'BAL',
1190: lrec.element_name || ' Hours'
1191: );
1192: pay_us_earn_templ_wrapper.g_ele_type_id :=
1193: get_obj_id (ln_business_group_id,
1194: lv_legislation_code,
1195: 'ELE',
1196: lrec.element_name

Line 1215: WHERE element_type_id = pay_us_earn_templ_wrapper.g_ele_type_id

1211: UPDATE pay_element_types_f
1212: SET element_name = lrec.element_name,
1213: element_information10 = l_pri_bal_id,
1214: element_information12 = l_hours_bal_id
1215: WHERE element_type_id = pay_us_earn_templ_wrapper.g_ele_type_id
1216: AND business_group_id = ln_business_group_id;
1217:
1218: -------------------------------------------------------------------
1219: -- Get Element and Balance Id to update the FLSA Calc Element

Line 1295: pay_us_earn_templ_wrapper.g_ele_type_id

1291: get_obj_id (ln_business_group_id,
1292: lv_legislation_code,
1293: 'IPV',
1294: 'Deduction Processing',
1295: pay_us_earn_templ_wrapper.g_ele_type_id
1296: );
1297: t_form_id (1) := NULL;
1298: t_we_flag (1) := NULL;
1299: t_def_val (1) := lrec.preference_information6;

Line 1305: pay_us_earn_templ_wrapper.g_ele_type_id

1301: get_obj_id (ln_business_group_id,
1302: lv_legislation_code,
1303: 'IPV',
1304: 'Separate Check',
1305: pay_us_earn_templ_wrapper.g_ele_type_id
1306: );
1307: t_form_id (2) := NULL;
1308: t_we_flag (2) := NULL;
1309: t_def_val (2) := lrec.preference_information8;

Line 1353: (p_element_type_id => pay_us_earn_templ_wrapper.g_ele_type_id,

1349: -- FLSA Changes
1350: IF (lv_hoursXrate = 'Y') THEN --l_config4_hr
1351: FOR c_rec IN
1352: c_pspr
1353: (p_element_type_id => pay_us_earn_templ_wrapper.g_ele_type_id,
1354: p_bg_id => ln_business_group_id,
1355: p_assgn_status_id => NULL
1356: )
1357: LOOP

Line 1662: AND element_type_id in ( pay_us_earn_templ_wrapper.g_ele_type_id

1658: hr_utility.trace('1. Updating Time Definition Type to G');
1659: UPDATE pay_element_types_f
1660: SET time_definition_type = 'G'
1661: WHERE business_group_id = ln_business_group_id
1662: AND element_type_id in ( pay_us_earn_templ_wrapper.g_ele_type_id
1663: ,l_fpa_ele_type_id);
1664: END IF;
1665: ELSIF lrec.configuration_information7 = 'Y' THEN
1666: hr_utility.trace('2. Updating Time Definition Type to G');

Line 1670: AND element_type_id = pay_us_earn_templ_wrapper.g_ele_type_id;

1666: hr_utility.trace('2. Updating Time Definition Type to G');
1667: UPDATE pay_element_types_f
1668: SET time_definition_type = 'G'
1669: WHERE business_group_id = ln_business_group_id
1670: AND element_type_id = pay_us_earn_templ_wrapper.g_ele_type_id;
1671: END IF;
1672:
1673: -- Modifying the TIME_DEFINTION_TYPE for Augment elements to 'G'
1674: IF ((lrec.calculation_rule = 'US ' || lrec.element_classification) AND lrec.configuration_information24 = 'Y') THEN

Line 1758: OPEN c_ele_name(pay_us_earn_templ_wrapper.g_ele_type_id);

1754: BEGIN
1755:
1756: hr_utility.TRACE ('Entering pay_us_rules.delete_pre_process');
1757:
1758: OPEN c_ele_name(pay_us_earn_templ_wrapper.g_ele_type_id);
1759: FETCH c_ele_name INTO lv_ele_name
1760: , lv_business_group_id
1761: , lv_legislation_code;
1762: