DBA Data[Home] [Help]

PACKAGE: APPS.EAM_REBUILD

Source


1 package eam_rebuild AUTHID CURRENT_USER as
2 /* $Header: EAMRBLDS.pls 115.0 2004/04/29 04:06:36 cboppana noship $ */
3 
4 --creates a rebuild workorder and updates the genealogy
5   procedure create_rebuild_job(p_tempId IN NUMBER,
6                               x_retVal OUT NOCOPY VARCHAR2,
7                               x_errMsg OUT NOCOPY VARCHAR2);
8 
9 end eam_rebuild;