DBA Data[Home] [Help]

APPS.HR_USER_INIT_DEDN dependencies on HR_BALANCES

Line 4076: hr_balances.ins_balance_feed(

4072: l_reg_earn_balance_type_id, l_reg_earn_input_value_id,
4073: l_reg_earn_scale, l_reg_earn_element_type_id;
4074: EXIT WHEN get_reg_earn_feeds%NOTFOUND;
4075:
4076: hr_balances.ins_balance_feed(
4077: p_option => 'INS_MANUAL_FEED',
4078: p_input_value_id => l_reg_earn_input_value_id,
4079: p_element_type_id => l_reg_earn_element_type_id,
4080: p_primary_classification_id => l_reg_earn_classification_id,

Line 4411: hr_balances.ins_balance_feed(

4407: -- Since this is definitely a new balance feed for a new element and balance,
4408: -- there is no chance for duplicating an existing feed.
4409: --
4410: hr_utility.set_location('hr_user_init_dedn.ins_deduction_template',90);
4411: hr_balances.ins_balance_feed(
4412: p_option => 'INS_MANUAL_FEED',
4413: p_input_value_id => v_payval_id,
4414: p_element_type_id => NULL,
4415: p_primary_classification_id => NULL,

Line 4514: hr_balances.ins_balance_feed(

4510: -- Since this is definitely a new balance feed for a new element and balance,
4511: -- there is no chance for duplicating an existing feed.
4512: --
4513: hr_utility.set_location('hr_user_init_dedn.ins_deduction_template',90);
4514: hr_balances.ins_balance_feed(
4515: p_option => 'INS_MANUAL_FEED',
4516: p_input_value_id => v_payval_id,
4517: p_element_type_id => NULL,
4518: p_primary_classification_id => NULL,

Line 4626: hr_balances.ins_balance_feed(

4622: -- Since this is definitely a new balance feed for a new element and balance,
4623: -- there is no chance for duplicating an existing feed.
4624: --
4625: hr_utility.set_location('hr_user_init_dedn.ins_deduction_template',90);
4626: hr_balances.ins_balance_feed(
4627: p_option => 'INS_MANUAL_FEED',
4628: p_input_value_id => v_payval_id,
4629: p_element_type_id => NULL,
4630: p_primary_classification_id => NULL,

Line 4646: hr_balances.ins_balance_feed(

4642:
4643: if p_ele_processing_type = 'R' then /* Not required for NR Elements */
4644:
4645: hr_utility.set_location('pyusuiet',147);
4646: hr_balances.ins_balance_feed(
4647: p_option => 'INS_MANUAL_FEED',
4648: p_input_value_id => g_addl_inpval_id,
4649: p_element_type_id => NULL,
4650: p_primary_classification_id => NULL,

Line 4668: hr_balances.ins_balance_feed(

4664: -- Note, there is a packaged function "chk_ins_balance_feed" in pybalnce.pkb.
4665: -- Since this is definitely a new balance feed for a new element and balance,
4666: -- there is no chance for duplicating an existing feed.
4667: hr_utility.set_location('pyusuiet',147);
4668: hr_balances.ins_balance_feed(
4669: p_option => 'INS_MANUAL_FEED',
4670: p_input_value_id => g_repl_inpval_id,
4671: p_element_type_id => NULL,
4672: p_primary_classification_id => NULL,

Line 4685: hr_balances.ins_balance_feed(

4681: --
4682: -- Addl/Repl Amount balance feeds from Special Inputs ele:
4683: --
4684: hr_utility.set_location('pyusuiet',147);
4685: hr_balances.ins_balance_feed(
4686: p_option => 'INS_MANUAL_FEED',
4687: p_input_value_id => gi_addl_inpval_id,
4688: p_element_type_id => NULL,
4689: p_primary_classification_id => NULL,

Line 4707: hr_balances.ins_balance_feed(

4703: -- Note, there is a packaged function "chk_ins_balance_feed" in pybalnce.pkb.
4704: -- Since this is definitely a new balance feed for a new element and balance,
4705: -- there is no chance for duplicating an existing feed.
4706: hr_utility.set_location('pyusuiet',147);
4707: hr_balances.ins_balance_feed(
4708: p_option => 'INS_MANUAL_FEED',
4709: p_input_value_id => gi_repl_inpval_id,
4710: p_element_type_id => NULL,
4711: p_primary_classification_id => NULL,

Line 4726: hr_balances.ins_balance_feed(

4722:
4723: --
4724: -- Arrearage bal feeds
4725: IF p_ele_arrearage = 'Y' THEN
4726: hr_balances.ins_balance_feed(
4727: p_option => 'INS_MANUAL_FEED',
4728: p_input_value_id => g_arrears_contr_inpval_id,
4729: p_element_type_id => NULL,
4730: p_primary_classification_id => NULL,

Line 4740: hr_balances.ins_balance_feed(

4736: p_business_group => p_bg_id,
4737: p_legislation_code => NULL,
4738: p_mode => 'USER');
4739:
4740: hr_balances.ins_balance_feed(
4741: p_option => 'INS_MANUAL_FEED',
4742: p_input_value_id => g_adj_arrears_inpval_id,
4743: p_element_type_id => NULL,
4744: p_primary_classification_id => NULL,

Line 4758: hr_balances.ins_balance_feed(

4754: END IF; -- Arrearage balfeeds
4755: --
4756: -- Not Taken bal feed
4757: --
4758: hr_balances.ins_balance_feed(
4759: p_option => 'INS_MANUAL_FEED',
4760: p_input_value_id => g_notaken_inpval_id,
4761: p_element_type_id => NULL,
4762: p_primary_classification_id => NULL,

Line 4774: hr_balances.ins_balance_feed(

4770: p_mode => 'USER');
4771: --
4772: -- EE Bond bal feeds
4773: IF p_ele_ee_bond = 'Y' THEN
4774: hr_balances.ins_balance_feed(
4775: p_option => 'INS_MANUAL_FEED',
4776: p_input_value_id => g_topurch_inpval_id,
4777: p_element_type_id => NULL,
4778: p_primary_classification_id => NULL,

Line 4792: hr_balances.ins_balance_feed(

4788: END IF; -- EE Bond bal feeds
4789: --
4790: -- Total Reached bal feeds (stop rule)
4791: IF UPPER(p_ele_stop_rule) = 'TOTAL REACHED' THEN
4792: hr_balances.ins_balance_feed(
4793: p_option => 'INS_MANUAL_FEED',
4794: p_input_value_id => g_to_tot_inpval_id,
4795: p_element_type_id => NULL,
4796: p_primary_classification_id => NULL,

Line 4807: hr_balances.ins_balance_feed(

4803: p_legislation_code => NULL,
4804: p_mode => 'USER');
4805:
4806: /*Added for Bug#13512417*/
4807: hr_balances.ins_balance_feed(
4808: p_option => 'INS_MANUAL_FEED',
4809: p_input_value_id => g_clraccr_inpval_id,
4810: p_element_type_id => NULL,
4811: p_primary_classification_id => NULL,

Line 5495: hr_balances.del_balance_type_cascade (

5491:
5492: IF assoc_bals(i) IS NOT NULL THEN
5493:
5494: hr_utility.set_location('hr_us_garn_gen.delete_dedn', 50);
5495: hr_balances.del_balance_type_cascade (
5496: p_balance_type_id => assoc_bals(i),
5497: p_legislation_code => g_template_leg_code,
5498: p_mode => v_del_mode);
5499:

Line 5577: hr_balances.del_balance_type_cascade (

5573: FROM pay_balance_types
5574: WHERE balance_name = p_ele_name || ' ER' --Bug 3349594
5575: and business_group_id + 0 = p_business_group_id ;
5576:
5577: hr_balances.del_balance_type_cascade (
5578: p_balance_type_id => v_bal_type_id,
5579: p_legislation_code => g_template_leg_code,
5580: p_mode => v_del_mode);
5581:

Line 5646: hr_balances.del_balance_type_cascade (

5642: FROM pay_balance_types
5643: WHERE balance_name = p_ele_name || ' REFUND' --Bug 3349594
5644: and business_group_id + 0 = p_business_group_id ;
5645:
5646: hr_balances.del_balance_type_cascade (
5647: p_balance_type_id => v_bal_type_id,
5648: p_legislation_code => g_template_leg_code,
5649: p_mode => v_del_mode);
5650: