DBA Data[Home] [Help]

PACKAGE BODY: APPS.PA_DEDUCTIONS_OLD

Source


1 PACKAGE BODY PA_DEDUCTIONS_OLD AS
2 -- /* $Header: PADCTNSB.pls 120.17 2010/10/04 13:13:58 lamalviy noship $
3 
4 
5 
6   /*---------------------------------------------------------------------------------------------------------
7     -- Bug 9307667
8 	--  This procedure is to validate a retention invoice in payables. This is being called from Payables
9     -- Input parameters
10     --  Parameters                Type           Required  Description
11     --  invoice_id              NUMBER         YES          invoice_id being validated
12 	-- cmt_exist_flag           VARCHAR                     returns whether unprocessed dedns exist
13      ----------------------------------------------------------------------------------------------------------*/
14 	 Procedure validate_unprocessed_ded ( invoice_id IN ap_invoices_all.invoice_id%type,
15 	                                       cmt_exist_flag OUT NOCOPY VARCHAR2)
16 IS
17 
18 
19 BEGIN
20 null;
21 end validate_unprocessed_ded;
22 
23 
24 END PA_DEDUCTIONS_OLD;