DBA Data[Home] [Help]

PACKAGE: APPS.GCS_AD_ENGINE

Source


1 package GCS_AD_ENGINE as
2 -- $Header: gcsadens.pls 120.1 2005/10/30 05:16:50 appldev noship $
3 
4   /*
5   ** Procedure
6   **   process_transaction
7   ** Arguments
8   **   p_transaction_id is the transaction_id to process
9   ** Synopsis
10   */
11   PROCEDURE process_transaction (
12       errbuf                 IN OUT NOCOPY  VARCHAR2,
13       retcode                IN OUT NOCOPY  NUMBER,
14       p_transaction_id       IN             NUMBER
15   );
16 
17 end GCS_AD_ENGINE;