DBA Data[Home] [Help]

APPS.PAY_IN_24Q_ARCHIVE dependencies on STANDARD

Line 1429: ,'Allowances Standard Value'

1425: ,'F16 Total Tax payable'
1426: ,'F16 Relief under Sec 89'
1427: ,'F16 Employment Tax'
1428: ,'F16 Entertainment Allowance'
1429: ,'Allowances Standard Value'
1430: ,'F16 Surcharge'
1431: ,'F16 Education Cess'
1432: ,'F16 Sec and HE Cess'
1433: ,'F16 TDS'

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

1523: l_total_cess:= l_total_cess + g_result_table(i).balance_value;
1524: END IF ;
1525: IF (g_result_table(i).balance_value <> 0)
1526: THEN
1527: IF g_bal_name_tab(i).balance_name = 'Allowances Standard Value' THEN
1528: l_allow_proj_value := g_result_table(i).balance_value * p_balance_periods;
1529: if g_debug then
1530: pay_in_utils.trace('l_allow_proj_value : ',l_allow_proj_value);
1531: end if;