DBA Data[Home] [Help]

APPS.PAY_US_TAX_BAL_SUMMARY_PKG dependencies on PAY_US_TAX_BAL_SUMMARY_PKG

Line 1: package body pay_us_tax_bal_summary_pkg as

1: package body pay_us_tax_bal_summary_pkg as
2: /* $Header: pyustxbs.pkb 120.1 2010/12/20 16:49:38 tclewis ship $ */
3: /*
4: ******************************************************************
5: * *

Line 20: Name : pay_us_tax_bal_summary_pkg

16: * 500 Oracle Parkway, Redwood City, CA, 94065. *
17: * *
18: ******************************************************************
19:
20: Name : pay_us_tax_bal_summary_pkg
21:
22: Description : This package is used by Tax Balance Summary form AND
23: contains procedures to fetch federal, state AND local
24: balances.

Line 49: l_package VARCHAR2(30) := 'pay_us_tax_bal_summary_pkg.';

45: *****************************************************************************/
46:
47:
48:
49: l_package VARCHAR2(30) := 'pay_us_tax_bal_summary_pkg.';
50:
51: /*****************************************************************************
52: Name : GET_FED
53: Purpose : This procedure obtains all federal balance categories,

Line 1476: END pay_us_tax_bal_summary_pkg;

1472: hr_utility.trace('Abnormal completion of '||l_package||l_procedure);
1473: raise_application_error(-20101, 'Error in ' || l_package||l_procedure || ' - ' || sqlerrm);
1474: END get_local;
1475:
1476: END pay_us_tax_bal_summary_pkg;