DBA Data[Home] [Help]

APPS.HR_GENERATE_PRETAX dependencies on HR_BALANCES

Line 3605: hr_balances.ins_balance_feed(

3601: p_eff_date => p_eff_start_date);
3602:
3603: IF already_exists = 0 THEN
3604:
3605: hr_balances.ins_balance_feed(
3606: p_option => 'INS_MANUAL_FEED',
3607: p_input_value_id => p_inpval_id,
3608: p_element_type_id => NULL,
3609: p_primary_classification_id => NULL,

Line 3672: hr_balances.ins_balance_feed(

3668: p_eff_date => p_eff_start_date);
3669:
3670: IF already_exists = 0 THEN
3671:
3672: hr_balances.ins_balance_feed(
3673: p_option => 'INS_MANUAL_FEED',
3674: p_input_value_id => p_inpval_id,
3675: p_element_type_id => NULL,
3676: p_primary_classification_id => NULL,

Line 3860: hr_balances.ins_balance_feed(

3856: l_reg_earn_balance_type_id, l_reg_earn_input_value_id,
3857: l_reg_earn_scale, l_reg_earn_element_type_id;
3858: EXIT WHEN get_reg_earn_feeds%NOTFOUND;
3859:
3860: hr_balances.ins_balance_feed(
3861: p_option => 'INS_MANUAL_FEED',
3862: p_input_value_id => l_reg_earn_input_value_id,
3863: p_element_type_id => l_reg_earn_element_type_id,
3864: p_primary_classification_id => l_reg_earn_classification_id,

Line 4232: hr_balances.ins_balance_feed(

4228: if ALREADY_EXISTS = 0 then
4229:
4230: hr_utility.set_location('hr_generate_pretax.ins_deduction_template',90);
4231:
4232: hr_balances.ins_balance_feed(
4233: p_option => 'INS_MANUAL_FEED',
4234: p_input_value_id => dedn_payval_id(5),
4235: p_element_type_id => NULL,
4236: p_primary_classification_id => NULL,

Line 4413: hr_balances.ins_balance_feed(

4409: if ALREADY_EXISTS = 0 then
4410:
4411: hr_utility.set_location('hr_generate_pretax.ins_deduction_template',90);
4412:
4413: hr_balances.ins_balance_feed(
4414: p_option => 'INS_MANUAL_FEED',
4415: p_input_value_id => dedn_base_feed_iv_id(y),
4416: p_element_type_id => NULL,
4417: p_primary_classification_id => NULL,

Line 4442: hr_balances.ins_balance_feed(

4438: p_eff_date => g_eff_start_date);
4439:
4440: if ALREADY_EXISTS = 0 then
4441:
4442: hr_balances.ins_balance_feed(
4443: p_option => 'INS_MANUAL_FEED',
4444: p_input_value_id => dedn_si_feed_iv_id(sif),
4445: p_element_type_id => NULL,
4446: p_primary_classification_id => NULL,

Line 4471: hr_balances.ins_balance_feed(

4467: p_eff_date => g_eff_start_date);
4468:
4469: if ALREADY_EXISTS = 0 then
4470:
4471: hr_balances.ins_balance_feed(
4472: p_option => 'INS_MANUAL_FEED',
4473: p_input_value_id => dedn_sf_feed_iv_id(sf),
4474: p_element_type_id => NULL,
4475: p_primary_classification_id => NULL,