DBA Data[Home] [Help]

PACKAGE: APPS.EAM_WO_PROCESSOR

Source


1 PACKAGE eam_wo_processor AUTHID CURRENT_USER AS
2 /* $Header: EAMWOPRS.pls 115.4 2002/11/20 22:30:00 aan ship $ */
3 
4   G_SUCCESS                       CONSTANT NUMBER := 0;
5   G_WARNING                       CONSTANT NUMBER := 1;
6   G_ERROR                         CONSTANT NUMBER := 2;
7 
8 
9   procedure schedule(
10               errbuf       	out NOCOPY varchar2,
11               retcode      	out NOCOPY number,
12               p_wip_entity_id 	in number,
13               p_status_type 	in number,
14               p_group_id        in number,
15               p_org_id          in number);
16 
17 
18 END eam_wo_processor;