DBA Data[Home] [Help]

PACKAGE BODY: APPS.PA_OVERRIDE_AR_INST

Source


1 PACKAGE BODY pa_override_ar_inst AS
2 /* $Header: PAPARICB.pls 120.2 2005/08/16 15:39:50 hsiu noship $ */
3   PROCEDURE get_installation_mode
4       (  p_ar_inst_mode             IN    VARCHAR2,
5          x_ar_inst_mode             OUT   NOCOPY VARCHAR2)
6   IS
7   BEGIN
8 
9     -- set "in" installation mode to "out" installation mode
10 
11     x_ar_inst_mode := p_ar_inst_mode;
12 
13   END get_installation_mode;
14 
15 END pa_override_ar_inst;