DBA Data[Home] [Help]

APPS.PAY_NL_LSS_FUNCTIONS dependencies on PAY_BALANCE_PKG

Line 436: l_balance_amount := Pay_Balance_Pkg.Get_Value

432: --Checking for Active Assignments
433: FOR act_assg in csr_active_asg(l_end_date_last_yr)
434: LOOP
435:
436: l_balance_amount := Pay_Balance_Pkg.Get_Value
437: (p_defined_balance_id => l_def_bal_type_id(def_bal_count),
438: p_assignment_id => act_assg.assignment_id,
439: p_virtual_date => l_end_date_last_yr );
440: -- Derive Annual Value

Line 463: l_balance_amount := Pay_Balance_Pkg.Get_Value

459: IF l_def_bal_type_id(def_bal_count) IS NOT NULL THEN
460: FOR term_assg in csr_term_asg(l_start_date_last_yr,l_end_date_last_yr)
461: LOOP
462:
463: l_balance_amount := Pay_Balance_Pkg.Get_Value
464: (p_defined_balance_id => l_def_bal_type_id(def_bal_count),
465: p_assignment_id => term_assg.assignment_id,
466: p_virtual_date => term_assg.term_dt);
467: -- Reverse Proration