DBA Data[Home] [Help]

APPS.PAY_US_W2_INFO_PKG dependencies on PAY_US_W2_TAX_UNIT_V

Line 517: from pay_us_w2_tax_unit_v put

513: substr(decode(put.address_line_3,null,null,put.address_line_3||pay_us_w2_info_pkg.EOL),1,45)||
514: decode(put.town_or_city,null,null,put.town_or_city||' ')||
515: decode(state,null,null,state||' ')||put.postal_code
516: employer_address
517: from pay_us_w2_tax_unit_v put
518: where tax_unit_id = p_tax_unit_id
519: and year = p_year;
520: */
521:

Line 532: from pay_us_w2_tax_unit_v put

528: decode(put.address_line_3,null,null,substr(put.address_line_3,1,45)||pay_us_w2_info_pkg.EOL)||
529: decode(put.town_or_city,null,null,put.town_or_city||' ')||
530: decode(state,null,null,state||' ')||put.postal_code
531: employer_address
532: from pay_us_w2_tax_unit_v put
533: where tax_unit_id = p_tax_unit_id
534: and year = p_year;
535: /*end 5735076*/
536: