DBA Data[Home] [Help]

PACKAGE: APPS.AR_ISPEED_API_UTIL

Source


1 PACKAGE ar_ispeed_api_util AUTHID CURRENT_USER AS
2 /* $Header: ARISPEDS.pls 115.2 2003/10/31 22:48:08 msenthil noship $ */
3   --
4   -- Function
5   --   fire_concurrent_location
6   -- Purpose
7   --   Submits concurrent programs that create package body and specs
8   --   for the Location flexfield in AR System Options
9   --
10   --   This will be called from AR System Options API
11   -- History
12   --   02/14/00         M Gudivaka      Created
13   -- Example
14   --   req_id = ar_ispeed_api_util.fire_concurrent_location(argument2)
15   -- Notes
16   --
17 
18   FUNCTION fire_concurrent_location(argument2 VARCHAR2, argument3 VARCHAR2)
19   RETURN NUMBER;
20 
21 END ar_ispeed_api_util ;