DBA Data[Home] [Help]

APPS.PAY_US_W2_INFO_PKG dependencies on PAY_US_OTHER_W2_V

Line 444: from pay_us_other_w2_v

440:
441: CURSOR c_get_box14_info (p_asg_action_id NUMBER) IS
442: SELECT substr(w2_other_meaning,1,10) w2_other_code,
443: w2_other_value
444: from pay_us_other_w2_v
445: where w2_other_value > 0
446: and assignment_action_id = p_asg_action_id;
447:
448: /* CURSOR c_get_box14_boonocc (p_asg_action_id NUMBER) IS