DBA Data[Home] [Help]

APPS.PAY_SG_AWCAP_ARCHIVE dependencies on PAY_SG_DEDUCTIONS

Line 711: l_retro_ele := pay_sg_deductions.get_retro_earnings( p_assignment_id , l_effective_date ); /* Bug 6815874 */

707: g_detailed_bal_out_tab );
708: --
709: if l_retro_exist
710: or nvl(g_detailed_bal_out_tab(3).balance_value,0)<>0 then /* Bug 6815874 */
711: l_retro_ele := pay_sg_deductions.get_retro_earnings( p_assignment_id , l_effective_date ); /* Bug 6815874 */
712: if l_retro_ele = 0 then /* Bug 6815874 */
713: l_retro_exist := FALSE;
714: end if;
715: -- Bug 12885297, removed fix for bug 7661439