DBA Data[Home] [Help]

PACKAGE: APPS.PAY_US_TAX_BALANCE_PERF

Source


1 package pay_us_tax_balance_perf as
2 /* $Header: pyustxpl.pkh 120.0 2005/05/29 10:02:35 appldev noship $ */
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 */
20 -------------------------------------------------------------------------------
21 --
22 --
23 --
24 --
25 -------------------------------------------------------------------------------
26 FUNCTION  us_tax_balance (p_tax_balance_category  in varchar2,
27                           p_tax_type              in varchar2,
28                           p_ee_or_er              in varchar2,
29                           p_time_type             in varchar2,
30                           p_asg_type              in varchar2,
31                           p_gre_id_context        in number,
32                           p_jd_context            in varchar2  DEFAULT NULL,
33                           p_assignment_action_id  in number    DEFAULT NULL,
34                           p_assignment_id         in number    DEFAULT NULL,
35                           p_virtual_date          in date      DEFAULT NULL,
36                           p_business_group_id     in number)
37 RETURN number;
38 END pay_us_tax_balance_perf;