DBA Data[Home] [Help]

PACKAGE: APPS.XLA_AMB_AAD_PKG

Source


1 PACKAGE xla_amb_aad_pkg AUTHID CURRENT_USER AS
2 /* $Header: xlaamaad.pkh 120.3 2005/01/11 02:02:40 wychan noship $ */
3 /*======================================================================+
4 |             Copyright (c) 1995-2002 Oracle Corporation                |
5 |                       Redwood Shores, CA, USA                         |
6 |                         All rights reserved.                          |
7 +=======================================================================+
8 | PACKAGE NAME                                                          |
9 |    xla_amb_aad_pkg                                                    |
10 |                                                                       |
11 | DESCRIPTION                                                           |
12 |    XLA Application Accounting Definition Validations package          |
13 |                                                                       |
14 | HISTORY                                                               |
15 |    30-Dec-03 Dimple Shah    Created                                   |
16 |                                                                       |
17 +======================================================================*/
18 
19 /*======================================================================+
20 |                                                                       |
21 | Public Function                                                       |
22 |                                                                       |
23 | Validate_and_compile_aad                                              |
24 |                                                                       |
25 | Validates and compiles the application accounting definition          |
26 |                                                                       |
27 +======================================================================*/
28 
29 PROCEDURE validate_and_compile_aad
30   (p_application_id                   IN NUMBER
31   ,p_amb_context_code                 IN VARCHAR2
32   ,p_product_rule_type_code           IN VARCHAR2
33   ,p_product_rule_code                IN VARCHAR2
34   ,x_validation_status_code           IN OUT NOCOPY VARCHAR2
35   ,x_compilation_status_code          IN OUT NOCOPY VARCHAR2
36   ,x_hash_id                          IN OUT NOCOPY INTEGER);
37 
38 END xla_amb_aad_pkg;