DBA Data[Home] [Help]

APPS.PAY_US_W4_WF dependencies on HR_UTIL_MISC_WEB

Line 62: hr_util_misc_web.return_msg_text for R12 changes

58: 13-Jan-2004 rsethupa 115.7 Bug fix 3362223.
59: 11.5.10 Performance changes
60: 26-SEP-2005 jgoswami 115.8 Bug 4599982 modified call from
61: hr_util_web.rtn_msg_txt to
62: hr_util_misc_web.return_msg_text for R12 changes
63: 11-aug-2006 jgoswami 115.9 Bug 5198005 - Suppress W4 Notifications for the
64: W4 forms that are exempt or at a level above 10
65: allowances as IRS does not require Employer to
66: Send it. Based on the value of the DFF the

Line 332: lv_state_msg := hr_util_misc_web.return_msg_text('PAY_W4_WF_STATE_MSG','PAY');

328: end loop;
329:
330: if lv_state_list is not null then
331:
332: lv_state_msg := hr_util_misc_web.return_msg_text('PAY_W4_WF_STATE_MSG','PAY');
333: lv_state_list := lv_state_msg ||' '|| lv_state_list;
334:
335: end if;
336: