DBA Data[Home] [Help]

APPS.HR_USER_INIT_DEDN dependencies on HR_BALANCES

Line 3968: hr_balances.ins_balance_feed(

3964: l_reg_earn_balance_type_id, l_reg_earn_input_value_id,
3965: l_reg_earn_scale, l_reg_earn_element_type_id;
3966: EXIT WHEN get_reg_earn_feeds%NOTFOUND;
3967:
3968: hr_balances.ins_balance_feed(
3969: p_option => 'INS_MANUAL_FEED',
3970: p_input_value_id => l_reg_earn_input_value_id,
3971: p_element_type_id => l_reg_earn_element_type_id,
3972: p_primary_classification_id => l_reg_earn_classification_id,

Line 4303: hr_balances.ins_balance_feed(

4299: -- Since this is definitely a new balance feed for a new element and balance,
4300: -- there is no chance for duplicating an existing feed.
4301: --
4302: hr_utility.set_location('hr_user_init_dedn.ins_deduction_template',90);
4303: hr_balances.ins_balance_feed(
4304: p_option => 'INS_MANUAL_FEED',
4305: p_input_value_id => v_payval_id,
4306: p_element_type_id => NULL,
4307: p_primary_classification_id => NULL,

Line 4406: hr_balances.ins_balance_feed(

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

Line 4518: hr_balances.ins_balance_feed(

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

Line 4538: hr_balances.ins_balance_feed(

4534:
4535: if p_ele_processing_type = 'R' then /* Not required for NR Elements */
4536:
4537: hr_utility.set_location('pyusuiet',147);
4538: hr_balances.ins_balance_feed(
4539: p_option => 'INS_MANUAL_FEED',
4540: p_input_value_id => g_addl_inpval_id,
4541: p_element_type_id => NULL,
4542: p_primary_classification_id => NULL,

Line 4560: hr_balances.ins_balance_feed(

4556: -- Note, there is a packaged function "chk_ins_balance_feed" in pybalnce.pkb.
4557: -- Since this is definitely a new balance feed for a new element and balance,
4558: -- there is no chance for duplicating an existing feed.
4559: hr_utility.set_location('pyusuiet',147);
4560: hr_balances.ins_balance_feed(
4561: p_option => 'INS_MANUAL_FEED',
4562: p_input_value_id => g_repl_inpval_id,
4563: p_element_type_id => NULL,
4564: p_primary_classification_id => NULL,

Line 4577: hr_balances.ins_balance_feed(

4573: --
4574: -- Addl/Repl Amount balance feeds from Special Inputs ele:
4575: --
4576: hr_utility.set_location('pyusuiet',147);
4577: hr_balances.ins_balance_feed(
4578: p_option => 'INS_MANUAL_FEED',
4579: p_input_value_id => gi_addl_inpval_id,
4580: p_element_type_id => NULL,
4581: p_primary_classification_id => NULL,

Line 4599: hr_balances.ins_balance_feed(

4595: -- Note, there is a packaged function "chk_ins_balance_feed" in pybalnce.pkb.
4596: -- Since this is definitely a new balance feed for a new element and balance,
4597: -- there is no chance for duplicating an existing feed.
4598: hr_utility.set_location('pyusuiet',147);
4599: hr_balances.ins_balance_feed(
4600: p_option => 'INS_MANUAL_FEED',
4601: p_input_value_id => gi_repl_inpval_id,
4602: p_element_type_id => NULL,
4603: p_primary_classification_id => NULL,

Line 4618: hr_balances.ins_balance_feed(

4614:
4615: --
4616: -- Arrearage bal feeds
4617: IF p_ele_arrearage = 'Y' THEN
4618: hr_balances.ins_balance_feed(
4619: p_option => 'INS_MANUAL_FEED',
4620: p_input_value_id => g_arrears_contr_inpval_id,
4621: p_element_type_id => NULL,
4622: p_primary_classification_id => NULL,

Line 4632: hr_balances.ins_balance_feed(

4628: p_business_group => p_bg_id,
4629: p_legislation_code => NULL,
4630: p_mode => 'USER');
4631:
4632: hr_balances.ins_balance_feed(
4633: p_option => 'INS_MANUAL_FEED',
4634: p_input_value_id => g_adj_arrears_inpval_id,
4635: p_element_type_id => NULL,
4636: p_primary_classification_id => NULL,

Line 4650: hr_balances.ins_balance_feed(

4646: END IF; -- Arrearage balfeeds
4647: --
4648: -- Not Taken bal feed
4649: --
4650: hr_balances.ins_balance_feed(
4651: p_option => 'INS_MANUAL_FEED',
4652: p_input_value_id => g_notaken_inpval_id,
4653: p_element_type_id => NULL,
4654: p_primary_classification_id => NULL,

Line 4666: hr_balances.ins_balance_feed(

4662: p_mode => 'USER');
4663: --
4664: -- EE Bond bal feeds
4665: IF p_ele_ee_bond = 'Y' THEN
4666: hr_balances.ins_balance_feed(
4667: p_option => 'INS_MANUAL_FEED',
4668: p_input_value_id => g_topurch_inpval_id,
4669: p_element_type_id => NULL,
4670: p_primary_classification_id => NULL,

Line 4684: hr_balances.ins_balance_feed(

4680: END IF; -- EE Bond bal feeds
4681: --
4682: -- Total Reached bal feeds (stop rule)
4683: IF UPPER(p_ele_stop_rule) = 'TOTAL REACHED' THEN
4684: hr_balances.ins_balance_feed(
4685: p_option => 'INS_MANUAL_FEED',
4686: p_input_value_id => g_to_tot_inpval_id,
4687: p_element_type_id => NULL,
4688: p_primary_classification_id => NULL,

Line 5336: hr_balances.del_balance_type_cascade (

5332:
5333: IF assoc_bals(i) IS NOT NULL THEN
5334:
5335: hr_utility.set_location('hr_us_garn_gen.delete_dedn', 50);
5336: hr_balances.del_balance_type_cascade (
5337: p_balance_type_id => assoc_bals(i),
5338: p_legislation_code => g_template_leg_code,
5339: p_mode => v_del_mode);
5340:

Line 5418: hr_balances.del_balance_type_cascade (

5414: FROM pay_balance_types
5415: WHERE balance_name = p_ele_name || ' ER' --Bug 3349594
5416: and business_group_id + 0 = p_business_group_id ;
5417:
5418: hr_balances.del_balance_type_cascade (
5419: p_balance_type_id => v_bal_type_id,
5420: p_legislation_code => g_template_leg_code,
5421: p_mode => v_del_mode);
5422:

Line 5487: hr_balances.del_balance_type_cascade (

5483: FROM pay_balance_types
5484: WHERE balance_name = p_ele_name || ' REFUND' --Bug 3349594
5485: and business_group_id + 0 = p_business_group_id ;
5486:
5487: hr_balances.del_balance_type_cascade (
5488: p_balance_type_id => v_bal_type_id,
5489: p_legislation_code => g_template_leg_code,
5490: p_mode => v_del_mode);
5491: