DBA Data[Home] [Help]

PACKAGE: APPS.WIP_RES_USAGE_DEFAULT

Source


1 Package WIP_RES_USAGE_DEFAULT AUTHID CURRENT_USER as
2 /* $Header: wiprudfs.pls 115.6 2002/11/29 13:02:51 simishra ship $ */
3 
4 Procedure Default_Resource_Usages(p_group_id 		in number,
5                                    p_parent_header_id   in number := null,
6                                    p_wip_entity_id 	in number,
7                                    p_organization_id 	in number,
8                                    x_err_code 	 out nocopy varchar2,
9                                    x_err_msg 	 out nocopy varchar2,
10                                    x_return_status  out nocopy varchar2) ;
11 
12 Procedure Default_Res_Usage ( p_group_id 		in number,
13 				   p_parent_header_id   in number := null,
14                                    p_wip_entity_id 	in number,
15                                    p_organization_id 	in number,
16                                    p_operation_seq_num 	in number,
17                                    p_resource_seq_num 	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 
23 END WIP_RES_USAGE_DEFAULT;
24