DBA Data[Home] [Help]

APPS.WIP_MATERIAL_PROCESSOR dependencies on WIP_MATERIAL_PROCESSOR

Line 1: PACKAGE BODY wip_material_processor AS

1: PACKAGE BODY wip_material_processor AS
2: /* $Header: wipmatpb.pls 115.8 2003/05/16 18:26:13 ccai ship $ */
3:
4: FUNCTION wroUpdate(p_header_id IN NUMBER)
5: return boolean IS

Line 173: END wip_material_processor;

169: exception
170: when others then
171: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
172: END processItem;
173: END wip_material_processor;