DBA Data[Home] [Help]

APPS.PAY_IN_PF_ARCHIVE dependencies on PAY_BALANCE_PKG

Line 420: -- Description : This procedure calls pay_balance_pkg.get_value --

416: -- --
417: -- Name : ARCHIVE_PF_BALANCES --
418: -- Type : PROCEDURE --
419: -- Access : Private --
420: -- Description : This procedure calls pay_balance_pkg.get_value --
421: -- to get the _ASG_ORG_PTD values of the following --
422: -- balances --
423: -- 1. Employee Statutory PF Contribution --
424: -- 2. Employee Voluntary PF Contribution --

Line 581: result_val := pay_balance_pkg.get_value(p_defined_balance_id => c_rec.balance_id,

577:
578: FOR c_rec IN csr_pf_balances
579: LOOP
580:
581: result_val := pay_balance_pkg.get_value(p_defined_balance_id => c_rec.balance_id,
582: p_assignment_action_id => p_run_asg_action_id,
583: p_tax_unit_id => NULL ,
584: p_jurisdiction_code => NULL ,
585: p_source_id => p_pf_org,

Line 612: result_val := pay_balance_pkg.get_value(p_defined_balance_id =>rec_pf_balances_ptd.balance_id,

608: END LOOP ;
609:
610: FOR rec_pf_balances_ptd IN csr_pf_balances_ptd
611: LOOP
612: result_val := pay_balance_pkg.get_value(p_defined_balance_id =>rec_pf_balances_ptd.balance_id,
613: p_assignment_action_id =>p_run_asg_action_id,
614: p_tax_unit_id => NULL ,
615: p_jurisdiction_code => NULL ,
616: p_source_id => NULL ,