DBA Data[Home] [Help]

APPS.PAY_US_W2C_RPT dependencies on PAY_US_W2_TAX_UNIT_V

Line 1540: from pay_us_w2_tax_unit_v put

1536: decode(put.address_line_3,null,null,substr(put.address_line_3,1,45)||pay_us_w2c_rpt.EOL)||
1537: decode(put.town_or_city,null,null,put.town_or_city||' ')||
1538: decode(state,null,null,state||' ')||put.postal_code
1539: employer_address
1540: from pay_us_w2_tax_unit_v put
1541: where tax_unit_id = p_tax_unit_id
1542: and year = p_year;
1543: /*end 5735076*/
1544: