DBA Data[Home] [Help]

PACKAGE: APPS.WIP_PERSON

Source


1 PACKAGE WIP_PERSON AUTHID CURRENT_USER AS
2  /* $Header: wiphrdms.pls 115.7 2002/12/12 14:43:21 rmahidha ship $ */
3 
4   -- PER calls this procedure before deleting a person.
5   -- We are free to define it to do any validation necessary.
6   PROCEDURE wip_predel_validation (p_person_id	IN number);
7 
8 END wip_person;