DBA Data[Home] [Help]

APPS.XLA_UPGRADE_PUB dependencies on XLA_UPGRADE_PUB

Line 1: PACKAGE BODY XLA_UPGRADE_PUB AS

1: PACKAGE BODY XLA_UPGRADE_PUB AS
2: -- $Header: xlaugupg.pkb 120.41.12010000.2 2008/08/06 21:26:32 sbhaskar ship $
3: /*===========================================================================+
4: | Copyright (c) 2001-2002 Oracle Corporation |
5: | Redwood Shores, CA, USA |

Line 12: | XLA_UPGRADE_PUB |

8: | FILENAME |
9: | xlaugupg.pkb |
10: | |
11: | PACKAGE NAME |
12: | XLA_UPGRADE_PUB |
13: | |
14: | DESCRIPTION |
15: | This is a XLA package which contains all the APIs required by the |
16: | product teams to validate data in journal entry tables and also to |

Line 105: C_DEFAULT_MODULE CONSTANT VARCHAR2(240) := 'xla.plsql.XLA_UPGRADE_PUB';

101: C_LEVEL_UNEXPECTED CONSTANT NUMBER := FND_LOG.LEVEL_UNEXPECTED;
102:
103: C_LEVEL_LOG_DISABLED CONSTANT NUMBER := 99;
104:
105: C_DEFAULT_MODULE CONSTANT VARCHAR2(240) := 'xla.plsql.XLA_UPGRADE_PUB';
106:
107: g_log_level NUMBER;
108: g_log_enabled BOOLEAN;
109:

Line 135: (p_location => 'XLA_UPGRADE_PUB.trace');

131: WHEN xla_exceptions_pkg.application_exception THEN
132: RAISE;
133: WHEN OTHERS THEN
134: xla_exceptions_pkg.raise_message
135: (p_location => 'XLA_UPGRADE_PUB.trace');
136: END trace;
137: --=============================================================================
138: -- *********** public procedures and functions **********
139: --=============================================================================

Line 548: (p_location => 'XLA_UPGRADE_PUB.Validate_Entries');

544: RAISE;
545: WHEN OTHERS THEN
546: ROLLBACK to SAVEPOINT before_insert_criteria;
547: xla_exceptions_pkg.raise_message
548: (p_location => 'XLA_UPGRADE_PUB.Validate_Entries');
549: END Insert_Line_Criteria;
550: /*============================================================================+
551: | |
552: | Public Procedure |

Line 687: (p_location => 'XLA_UPGRADE_PUB.recover_previous_run');

683: RAISE;
684:
685: WHEN OTHERS THEN
686: xla_exceptions_pkg.raise_message
687: (p_location => 'XLA_UPGRADE_PUB.recover_previous_run');
688:
689: END recover_previous_run;
690: /*============================================================================+
691: | |

Line 867: (p_location => 'XLA_UPGRADE_PUB.Set_Migration_Status_Code');

863:
864: RAISE;
865: WHEN OTHERS THEN
866: xla_exceptions_pkg.raise_message
867: (p_location => 'XLA_UPGRADE_PUB.Set_Migration_Status_Code');
868:
869: end set_migration_status_code;
870:
871: /*============================================================================+

Line 1323: -- (p_location => 'XLA_UPGRADE_PUB.set_status_code');

1319: -- WHEN xla_exceptions_pkg.application_exception THEN
1320: -- RAISE;
1321: -- WHEN OTHERS THEN
1322: -- xla_exceptions_pkg.raise_message
1323: -- (p_location => 'XLA_UPGRADE_PUB.set_status_code');
1324: --END SET_STATUS_CODE;
1325:
1326: /*============================================================================+
1327: | |

Line 1735: (p_location => 'XLA_UPGRADE_PUB.Validate_Header_Line_Entries');

1731: WHEN xla_exceptions_pkg.application_exception THEN
1732: RAISE;
1733: WHEN OTHERS THEN
1734: xla_exceptions_pkg.raise_message
1735: (p_location => 'XLA_UPGRADE_PUB.Validate_Header_Line_Entries');
1736:
1737: END Validate_Header_Line_Entries;
1738:
1739: /*============================================================================+

Line 1889: (p_location => 'XLA_UPGRADE_PUB.pre_upgrade_set_status_code');

1885: RAISE;
1886:
1887: WHEN OTHERS THEN
1888: xla_exceptions_pkg.raise_message
1889: (p_location => 'XLA_UPGRADE_PUB.pre_upgrade_set_status_code');
1890:
1891: END PRE_UPGRADE_SET_STATUS_CODE;
1892:
1893:

Line 1904: END XLA_UPGRADE_PUB;

1900: IF NOT g_log_enabled THEN
1901: g_log_level := C_LEVEL_LOG_DISABLED;
1902: END IF;
1903:
1904: END XLA_UPGRADE_PUB;