DBA Data[Home] [Help]

PACKAGE: APPS.PAY_US_TAX_BALANCE_PERF

Source


1 package pay_us_tax_balance_perf AUTHID CURRENT_USER as
2 /* $Header: pyustxpl.pkh 120.2 2010/06/03 06:34:28 emunisek ship $ */
3 --
4 -- Copyright (c) Oracle Corporation 1991, 1992, 1993. All rights reserved.
5 --
6 /*
7    NAME
8       pyustxpl.pkh
9 --
10    DESCRIPTION
11       API to get US tax balance figures performance version.
12 --
13   MODIFIED (DD-MON-YYYY)
14   N Bristow  21-MAY-1996     Changed package name to comply with standards.
15   N Bristow  30-APR-1996     Created from a copy of pay_us_tax_bals_pkg,
16                              altered package for chequewriter performance
17                              reasons.
18    WMcVeagh    19-mar-98   Change create or replace 'as' not 'is'
19   emunisek   03-JUN-2010     Added dbdrv hint to the file to make it GSCC compliant
20 */
21 -------------------------------------------------------------------------------
22 --
23 --
24 --
25 --
26 -------------------------------------------------------------------------------
27 FUNCTION  us_tax_balance (p_tax_balance_category  in varchar2,
28                           p_tax_type              in varchar2,
29                           p_ee_or_er              in varchar2,
30                           p_time_type             in varchar2,
31                           p_asg_type              in varchar2,
32                           p_gre_id_context        in number,
33                           p_jd_context            in varchar2  DEFAULT NULL,
34                           p_assignment_action_id  in number    DEFAULT NULL,
35                           p_assignment_id         in number    DEFAULT NULL,
36                           p_virtual_date          in date      DEFAULT NULL,
37                           p_business_group_id     in number)
38 RETURN number;
39 END pay_us_tax_balance_perf;