DBA Data[Home] [Help]

PACKAGE: APPS.RCV_DEBIT_MEMO_NOTIF

Source


1 PACKAGE RCV_DEBIT_MEMO_NOTIF AUTHID CURRENT_USER AS
2 /* $Header: RCVWFDMS.pls 120.1 2005/06/14 18:28:57 wkunz noship $ */
3 
4  /*=======================================================================+
5  | FILENAME
6  |   RCVWPA1S.pls
7  |
8  | DESCRIPTION
9  |   PL/SQL spec for package: RCV_DEBIT_MEMO_NOTIF
10  |
11  | NOTES        dreddy  Created 3/30/2000
12  |
13  *=======================================================================*/
14 
15 --
16 -- get the receipt_info
17 -- call the workflow after
18 --
19 PROCEDURE dm_workflow_call(x_transaction_id    number);
20 
21 --  Start_WF_Process
22 --  Generates the itemkey, sets up the Item Attributes,
23 --  then starts the workflow process.
24 --
25 PROCEDURE Start_WF_Process ( ItemType               VARCHAR2 ,
26                              ItemKey                VARCHAR2,
27                              WorkflowProcess        VARCHAR2,
28                              ReceiptNum             VARCHAR2,
29                              EmployeeId             NUMBER,
30                              Quantity               NUMBER,
31                              PONumber               VARCHAR2 );
32 
33 
34 END RCV_DEBIT_MEMO_NOTIF;