DBA Data[Home] [Help]

APPS.PAY_IN_PF_ARCHIVE dependencies on PAY_BALANCE_PKG

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

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

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

581:
582: FOR c_rec IN csr_pf_balances
583: LOOP
584:
585: result_val := pay_balance_pkg.get_value(p_defined_balance_id => c_rec.balance_id,
586: p_assignment_action_id => p_run_asg_action_id,
587: p_tax_unit_id => NULL ,
588: p_jurisdiction_code => NULL ,
589: p_source_id => p_pf_org,

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

612: END LOOP ;
613:
614: FOR rec_pf_balances_ptd IN csr_pf_balances_ptd
615: LOOP
616: result_val := pay_balance_pkg.get_value(p_defined_balance_id =>rec_pf_balances_ptd.balance_id,
617: p_assignment_action_id =>p_run_asg_action_id,
618: p_tax_unit_id => NULL ,
619: p_jurisdiction_code => NULL ,
620: p_source_id => NULL ,