DBA Data[Home] [Help]

PACKAGE: APPS.PAY_ASG_GEO_PKG

Source


1 PACKAGE PAY_ASG_GEO_PKG AUTHID CURRENT_USER AS
2 /* $Header: pyasgrpt.pkh 120.0 2005/05/29 03:02:12 appldev noship $ */
3 --
4 --
5 --  Header for the the packages that maintains the table
6 --  pay_us_asg_reporting for the TSL.
7 --
8 PROCEDURE create_asg_geo_row( P_assignment_id     Number,
9                               P_jurisdiction    varchar2,
10                               P_tax_unit_id     varchar2 := NULL);
11 
12 PROCEDURE Pay_US_Asg_rpt(p_assignment_id   NUMBER);
13 --
14 --
15 END PAY_ASG_GEO_PKG;