DBA Data[Home] [Help]

APPS.PAY_US_WEB_W4 dependencies on PAY_US_WEB_W4

Line 1: PACKAGE BODY pay_us_web_w4

1: PACKAGE BODY pay_us_web_w4
2: /* $Header: pyuswbw4.pkb 120.30.12020000.3 2013/03/20 09:39:29 emunisek ship $ *
3: /*
4: ******************************************************************
5: * *

Line 20: Name : pay_us_web_w4

16: * 500 Oracle Parkway, Redwood City, CA, 94065. *
17: * *
18: ******************************************************************
19:
20: Name : pay_us_web_w4
21:
22: Description : Contains utility and back end procedures for the
23: online W4 Form.
24:

Line 243: gv_package_name VARCHAR2(50) := 'pay_us_web_w4';

239:
240: /******************************************************************
241: ** private package global declarations
242: ******************************************************************/
243: gv_package_name VARCHAR2(50) := 'pay_us_web_w4';
244: gv_exempt_change VARCHAR2(2) := 'N';
245:
246: -- The following Function has been Added to correct inconsistent behaviour of State W-4
247: -- For the States that should follow Federal W-4, Filing Status, Allowances etc. should be

Line 3098: END pay_us_web_w4;

3094: /* Uncomment following two lines for debug */
3095: -- begin
3096: -- hr_utility.trace_on(null,'ORACLETEST');
3097:
3098: END pay_us_web_w4;