DBA Data[Home] [Help]

PACKAGE: APPS.PER_RO_WORK_INCIDENT

Source


1 PACKAGE per_ro_work_incident AUTHID CURRENT_USER AS
2 /* $Header: perrowinc.pkh 120.0.12020000.3 2013/04/04 05:34:41 kbajaj noship $ */
3 
4   PROCEDURE check_ro_work_incident
5     (p_incident_type IN varchar2);
6 END per_ro_work_incident;