DBA Data[Home] [Help]

APPS.PAY_US_W2_INFO_PKG dependencies on PAY_US_OTHER_W2_V

Line 438: from pay_us_other_w2_v

434:
435: CURSOR c_get_box14_info (p_asg_action_id NUMBER) IS
436: SELECT substr(w2_other_meaning,1,10) w2_other_code,
437: w2_other_value
438: from pay_us_other_w2_v
439: where w2_other_value > 0
440: and assignment_action_id = p_asg_action_id;
441:
442: /* CURSOR c_get_box14_boonocc (p_asg_action_id NUMBER) IS