DBA Data[Home] [Help]

PACKAGE: APPS.POR_WITHDRAW_REQ_SV

Source


1 PACKAGE POR_WITHDRAW_REQ_SV AUTHID CURRENT_USER AS
2 /* $Header: PORWDRS.pls 115.0 2000/09/12 17:38:24 pkm ship       $*/
3 /******************************************************************
4  **  Function :     Rebuild_Requisition
5  **  Description :  This is a function called from Java layer
6  **                 It will use the information of the new
7  **                 requisition to restore the existing one.
8  ******************************************************************/
9 
10 function Rebuild_Requisition(
11 		p_new_requisition_id       in number,
12                 p_existing_requisition_id  in number,
13 			p_agentId	   in number) return number;
14 
15 PROCEDURE withdraw_req (p_headerId    	in  NUMBER);
16 
17 END POR_WITHDRAW_REQ_SV;