DBA Data[Home] [Help]

PACKAGE: APPS.WIP_OP_LINK_VALIDATIONS

Source


1 PACKAGE WIP_OP_LINK_VALIDATIONS AS
2 /* $Header: wipolvds.pls 120.0 2005/05/24 18:27:59 appldev noship $ */
3 
4 /******************* DELETE OP_LINK ****************************/
5 Procedure Delete_Op_Link(p_group_id               in number,
6                         p_wip_entity_id         in number,
7                         p_organization_id       in number,
8                         p_substitution_type     in number,
9                         x_err_code              out nocopy varchar2,
10                         x_err_msg               out nocopy varchar2,
11                         x_return_status         out nocopy varchar2);
12 
13 
14 /************************ ADD OP_LINK ******************/
15 Procedure Add_Op_Link(p_group_id               in number,
16                         p_wip_entity_id         in number,
17                         p_organization_id       in number,
18                         p_substitution_type     in number,
19                         x_err_code              out nocopy varchar2,
20                         x_err_msg               out nocopy varchar2,
21                         x_return_status         out nocopy varchar2);
22 END WIP_OP_LINK_VALIDATIONS;