DBA Data[Home] [Help]

APPS.PAY_IN_24Q_ARCHIVE dependencies on STANDARD

Line 1535: ,'Allowances Standard Value'

1531: ,'F16 Total Tax payable'
1532: ,'F16 Relief under Sec 89'
1533: ,'F16 Employment Tax'
1534: ,'F16 Entertainment Allowance'
1535: ,'Allowances Standard Value'
1536: ,'F16 Surcharge'
1537: ,'F16 Education Cess'
1538: ,'F16 Sec and HE Cess'
1539: ,'F16 TDS'

Line 1633: IF g_bal_name_tab(i).balance_name = 'Allowances Standard Value' THEN

1629: l_total_cess:= l_total_cess + g_result_table(i).balance_value;
1630: END IF ;
1631: IF (g_result_table(i).balance_value <> 0)
1632: THEN
1633: IF g_bal_name_tab(i).balance_name = 'Allowances Standard Value' THEN
1634: l_allow_proj_value := g_result_table(i).balance_value * p_balance_periods;
1635: if g_debug then
1636: pay_in_utils.trace('l_allow_proj_value : ',l_allow_proj_value);
1637: end if;