DBA Data[Home] [Help]

PACKAGE: APPS.PAY_CA_WORKFLOW_API_PKG

Source


1 PACKAGE pay_ca_workflow_api_pkg AS
2 /* $Header: paycawfapipkg.pkh 120.0 2005/05/29 11:10 appldev noship $ */
3 --
4 /*
5    ******************************************************************
6    *                                                                *
7    *  Copyright (C) 1992 Oracle Corporation UK Ltd.,                *
8    *                   Chertsey, England.                           *
9    *                                                                *
10    *  All rights reserved.                                          *
11    *                                                                *
12    *  This material has been provided pursuant to an agreement      *
13    *  containing restrictions on its use.  The material is also     *
14    *  protected by copyright law.  No part of this material may     *
15    *  be copied or distributed, transmitted or transcribed, in      *
16    *  any form or by any means, electronic, mechanical, magnetic,   *
17    *  manual, or otherwise, or disclosed to third parties without   *
18    *  the express written permission of Oracle Corporation UK Ltd,  *
19    *  Oracle Park, Bittams Lane, Guildford Road, Chertsey, Surrey,  *
20    *  England.                                                      *
21    *                                                                *
22    ******************************************************************
23 
24     Package Name : PAY_CA_WORKFLOW_API_PKG
25     Package File Name : paycawfapipkg.pkh
26     Description       : This package is used by the Canadian Payroll Process Workflow
27 
28 
29    Change List
30    -----------
31    Date         Name        Vers   Bug No   Description
32    -----------  ----------  -----  -------  -----------------------------------
33    24-JUN-2004  ssouresr    115.0            Created
34 
35 */
36 
37 procedure get_roe_assignment_info(document_id   in varchar2,
38                                   display_type  in varchar2,
39                                   document      in out nocopy varchar2,
40                                   document_type in out nocopy varchar2);
41 
42 procedure get_roe_mag_assignment_info(document_id   in varchar2,
43                                       display_type  in varchar2,
44                                       document      in out nocopy varchar2,
45                                       document_type in out nocopy varchar2);
46 end pay_ca_workflow_api_pkg;