DBA Data[Home] [Help]

PACKAGE: APPS.PA_IC_INV_CNL

Source


1 PACKAGE PA_IC_INV_CNL AUTHID CURRENT_USER as
2 /* $Header: PAICCNLS.pls 115.1 2002/01/10 12:07:36 pkm ship      $ */
3 --
4 -- This procedure will delete the unreleased and error draft invoices
5 -- for a project
6 -- Input parameters
7 -- Parameter           Type       Required Description
8 -- P_PROJECT_ID        NUMBER      Yes      Identifier of the Project
9 -- P_DRAFT_INV_NUM     NUMBER      Yes      Identifier of the Invoice
10 PROCEDURE cancel_invoice
11 	   (P_PROJECT_ID   IN  NUMBER,
12             P_DRAFT_INV_NUM IN NUMBER);
13 
14 end PA_IC_INV_CNL;