DBA Data[Home] [Help]

APPS.PAY_SG_AWCAP_ARCHIVE dependencies on PAY_SG_DEDUCTIONS

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

682: g_detailed_bal_out_tab );
683: --
684: if l_retro_exist
685: or nvl(g_detailed_bal_out_tab(3).balance_value,0)<>0 then /* Bug 6815874 */
686: l_retro_ele := pay_sg_deductions.get_retro_earnings( p_assignment_id , l_effective_date ); /* Bug 6815874 */
687: if l_retro_ele = 0 then /* Bug 6815874 */
688: l_retro_exist := FALSE;
689: end if;
690: l_cur_ord_ytd := l_cur_ord_ytd + least( (nvl( g_detailed_bal_out_tab(1).balance_value,0 )