DBA Data[Home] [Help]

APPS.AR_CLE_STUB_PKG dependencies on AR_CLE_STUB_PKG

Line 1: PACKAGE BODY AR_CLE_STUB_PKG

1: PACKAGE BODY AR_CLE_STUB_PKG
2: -- $Header: ARCLESTUBB.pls 120.1.12010000.2 2008/09/17 14:08:11 tthangav ship $
3: --*************************************************************************
4: -- Copyright (c) 2000 Oracle Product Development
5: -- All rights reserved

Line 15: -- This script creates the package body of AR_CLE_STUB_PKG

11: -- PROGRAM NAME
12: -- ARCLESTUBB.pls
13: --
14: -- DESCRIPTION
15: -- This script creates the package body of AR_CLE_STUB_PKG
16: -- This checks where the localization program exists or not and to submit the localization program if exists.
17: --
18: -- USAGE
19: -- To install sqlplus / @ARCLESTUBB.pls

Line 20: -- To execute sqlplus / AR_CLE_STUB_PKG

16: -- This checks where the localization program exists or not and to submit the localization program if exists.
17: --
18: -- USAGE
19: -- To install sqlplus / @ARCLESTUBB.pls
20: -- To execute sqlplus / AR_CLE_STUB_PKG
21: --
22: -- PROGRAM LIST DESCRIPTION
23: -- localization_prog_exists It is a function of AR_CLE_STUB_PKG package.
24: -- This checks where the localization program exists or not.

Line 23: -- localization_prog_exists It is a function of AR_CLE_STUB_PKG package.

19: -- To install sqlplus / @ARCLESTUBB.pls
20: -- To execute sqlplus / AR_CLE_STUB_PKG
21: --
22: -- PROGRAM LIST DESCRIPTION
23: -- localization_prog_exists It is a function of AR_CLE_STUB_PKG package.
24: -- This checks where the localization program exists or not.
25: -- submit_prog It is a procedure of AR_CLE_STUB_PKG package.
26: -- This is used to submit the localization program if exists.
27: --

Line 25: -- submit_prog It is a procedure of AR_CLE_STUB_PKG package.

21: --
22: -- PROGRAM LIST DESCRIPTION
23: -- localization_prog_exists It is a function of AR_CLE_STUB_PKG package.
24: -- This checks where the localization program exists or not.
25: -- submit_prog It is a procedure of AR_CLE_STUB_PKG package.
26: -- This is used to submit the localization program if exists.
27: --
28: -- DEPENDENCIES
29: -- None

Line 122: END AR_CLE_STUB_PKG;

118: END IF;
119:
120: END;
121:
122: END AR_CLE_STUB_PKG;