DBA Data[Home] [Help]

PACKAGE: APPS.WIP_OPERATION_VALIDATE

Source


1 Package WIP_OPERATION_VALIDATE as
2 /* $Header: wipopvds.pls 120.0 2005/05/25 07:28:10 appldev noship $ */
3 
4 WIP_JOB_COMPLETED CONSTANT NUMBER := 4;
5 
6 Procedure Add_Operation (p_group_id in number,
7                          p_parent_header_id in number,
8                          p_wip_entity_id in number,
9                          p_organization_id in number,
10                          x_err_code out nocopy varchar2,
11                          x_err_msg  out nocopy varchar2,
12                          x_return_status out nocopy varchar2 );
13 
14 Procedure Change_Operation (p_group_id in number,
15                             p_parent_header_id in number,
16                             p_wip_entity_id in number,
17                             p_organization_id in number,
18                             x_err_code out nocopy varchar2,
19                             x_err_msg  out nocopy varchar2,
20                             x_return_status out nocopy varchar2 );
21 
22 END WIP_OPERATION_VALIDATE;