DBA Data[Home] [Help]

APPS.XLA_MULTIPERIOD_ACCOUNTING_PKG dependencies on XLA_MULTIPERIOD_ACCOUNTING_PKG

Line 1: PACKAGE BODY xla_multiperiod_accounting_pkg AS

1: PACKAGE BODY xla_multiperiod_accounting_pkg AS
2: -- $Header: xlampaac.pkb 120.14.12020000.2 2012/07/23 07:00:39 vgopiset ship $
3: /*===========================================================================+
4: | Copyright (c) 2005 Oracle Corporation |
5: | Redwood Shores, CA, USA |

Line 9: | xla_multiperiod_accounting_pkg |

5: | Redwood Shores, CA, USA |
6: | All rights reserved. |
7: +============================================================================+
8: | PACKAGE NAME |
9: | xla_multiperiod_accounting_pkg |
10: | |
11: | DESCRIPTION |
12: | This package contains the APIs related to the Complete Multiperiod |
13: | Accounting Program. |

Line 42: C_DEFAULT_MODULE CONSTANT VARCHAR2(240) := 'xla.plsql.xla_multiperiod_accounting_pkg';

38: C_LEVEL_ERROR CONSTANT NUMBER := FND_LOG.LEVEL_ERROR;
39: C_LEVEL_UNEXPECTED CONSTANT NUMBER := FND_LOG.LEVEL_UNEXPECTED;
40:
41: C_LEVEL_LOG_DISABLED CONSTANT NUMBER := 99;
42: C_DEFAULT_MODULE CONSTANT VARCHAR2(240) := 'xla.plsql.xla_multiperiod_accounting_pkg';
43:
44: g_log_level NUMBER;
45: g_log_enabled BOOLEAN;
46:

Line 128: (p_location => 'xla_multiperiod_accounting_pkg.trace');

124: WHEN xla_exceptions_pkg.application_exception THEN
125: RAISE;
126: WHEN OTHERS THEN
127: xla_exceptions_pkg.raise_message
128: (p_location => 'xla_multiperiod_accounting_pkg.trace');
129: END trace;
130:
131:
132: --=============================================================================

Line 145: (p_location => 'xla_multiperiod_accounting_pkg.print_logfile');

141: WHEN xla_exceptions_pkg.application_exception THEN
142: RAISE;
143: WHEN OTHERS THEN
144: xla_exceptions_pkg.raise_message
145: (p_location => 'xla_multiperiod_accounting_pkg.print_logfile');
146: END print_logfile;
147:
148:
149: --============================================================================

Line 377: ,p_value_1 => 'xla_multiperiod_accounting_pkg.complete_journal_entries'

373: xla_exceptions_pkg.raise_message
374: (p_appli_s_name => 'XLA'
375: ,p_msg_name => 'XLA_COMMON_ERROR'
376: ,p_token_1 => 'LOCATION'
377: ,p_value_1 => 'xla_multiperiod_accounting_pkg.complete_journal_entries'
378: ,p_token_2 => 'ERROR'
379: ,p_value_2 => 'Technical problem : Problem in the routine XLA_BALANCES_PKG.Massive_Update');
380: ELSE
381:

Line 512: ,p_token_1 => 'XLA_MULTIPERIOD_ACCOUNTING_PKG.Complete_Journal_Entries'

508: WHEN OTHERS THEN
509: xla_accounting_err_pkg.build_message
510: (p_appli_s_name => 'XLA'
511: ,p_msg_name => 'XLA_AP_TECHNICAL_ERROR'
512: ,p_token_1 => 'XLA_MULTIPERIOD_ACCOUNTING_PKG.Complete_Journal_Entries'
513: ,p_value_1 => 'SLA'
514: ,p_entity_id => NULL
515: ,p_event_id => NULL);
516:

Line 523: (p_location => 'xla_multiperiod_accounting_pkg.complete_journal_entries');

519: xla_accounting_err_pkg.insert_errors;
520: COMMIT;
521:
522: xla_exceptions_pkg.raise_message
523: (p_location => 'xla_multiperiod_accounting_pkg.complete_journal_entries');
524:
525: END complete_journal_entries; -- end of procedure
526:
527:

Line 632: ,p_token_1 => 'XLA_MULTIPERIOD_ACCOUNTING_PKG.Initialize'

628: WHEN OTHERS THEN
629: xla_accounting_err_pkg.build_message
630: (p_appli_s_name => 'XLA'
631: ,p_msg_name => 'XLA_AP_TECHNICAL_ERROR'
632: ,p_token_1 => 'XLA_MULTIPERIOD_ACCOUNTING_PKG.Initialize'
633: ,p_value_1 => 'SLA'
634: ,p_entity_id => NULL
635: ,p_event_id => NULL);
636:

Line 638: (p_location => 'xla_multiperiod_accounting_pkg.Initialize');

634: ,p_entity_id => NULL
635: ,p_event_id => NULL);
636:
637: xla_exceptions_pkg.raise_message
638: (p_location => 'xla_multiperiod_accounting_pkg.Initialize');
639: END Initialize;
640:
641:
642: --============================================================================

Line 879: (p_location => 'xla_multiperiod_accounting_pkg.Populate_Journal_Entries');

875: ,p_msg_name => 'XLA_MA_HDR_LOCKED');
876:
877: When Others Then
878: xla_exceptions_pkg.raise_message
879: (p_location => 'xla_multiperiod_accounting_pkg.Populate_Journal_Entries');
880: End;
881:
882: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
883: trace(p_msg => '# lines updated = '||SQL%ROWCOUNT,

Line 910: ,p_token_1 => 'XLA_MULTIPERIOD_ACCOUNTING_PKG.Populate_Journal_Entries'

906: WHEN OTHERS THEN
907: xla_accounting_err_pkg.build_message
908: (p_appli_s_name => 'XLA'
909: ,p_msg_name => 'XLA_AP_TECHNICAL_ERROR'
910: ,p_token_1 => 'XLA_MULTIPERIOD_ACCOUNTING_PKG.Populate_Journal_Entries'
911: ,p_value_1 => 'SLA'
912: ,p_entity_id => NULL
913: ,p_event_id => NULL);
914:

Line 916: (p_location => 'xla_multiperiod_accounting_pkg.Populate_Journal_Entries');

912: ,p_entity_id => NULL
913: ,p_event_id => NULL);
914:
915: xla_exceptions_pkg.raise_message
916: (p_location => 'xla_multiperiod_accounting_pkg.Populate_Journal_Entries');
917:
918: END Populate_Journal_Entries;
919:
920:

Line 977: ,p_token_1 => 'XLA_MULTIPERIOD_ACCOUNTING_PKG.Update_Journal_Entries'

973: WHEN OTHERS THEN
974: xla_accounting_err_pkg.build_message
975: (p_appli_s_name => 'XLA'
976: ,p_msg_name => 'XLA_AP_TECHNICAL_ERROR'
977: ,p_token_1 => 'XLA_MULTIPERIOD_ACCOUNTING_PKG.Update_Journal_Entries'
978: ,p_value_1 => 'SLA'
979: ,p_entity_id => NULL
980: ,p_event_id => NULL);
981:

Line 983: (p_location => 'xla_multiperiod_accounting_pkg.Update_Journal_Entries');

979: ,p_entity_id => NULL
980: ,p_event_id => NULL);
981:
982: xla_exceptions_pkg.raise_message
983: (p_location => 'xla_multiperiod_accounting_pkg.Update_Journal_Entries');
984: END Update_Journal_Entries;
985:
986:
987: --============================================================================

Line 1119: ,p_token_1 => 'XLA_MULTIPERIOD_ACCOUNTING_PKG.Populate_Sequences'

1115: WHEN OTHERS THEN
1116: xla_accounting_err_pkg.build_message
1117: (p_appli_s_name => 'XLA'
1118: ,p_msg_name => 'XLA_AP_TECHNICAL_ERROR'
1119: ,p_token_1 => 'XLA_MULTIPERIOD_ACCOUNTING_PKG.Populate_Sequences'
1120: ,p_value_1 => 'SLA'
1121: ,p_entity_id => NULL
1122: ,p_event_id => NULL);
1123:

Line 1125: (p_location => 'xla_multiperiod_accounting_pkg.Populate_Sequences');

1121: ,p_entity_id => NULL
1122: ,p_event_id => NULL);
1123:
1124: xla_exceptions_pkg.raise_message
1125: (p_location => 'xla_multiperiod_accounting_pkg.Populate_Sequences');
1126: END Populate_Sequences;
1127:
1128:
1129:

Line 1204: ,p_token_1 => 'XLA_MULTIPERIOD_ACCOUNTING_PKG.Transfer_To_GL'

1200: WHEN OTHERS THEN
1201: xla_accounting_err_pkg.build_message
1202: (p_appli_s_name => 'XLA'
1203: ,p_msg_name => 'XLA_AP_TECHNICAL_ERROR'
1204: ,p_token_1 => 'XLA_MULTIPERIOD_ACCOUNTING_PKG.Transfer_To_GL'
1205: ,p_value_1 => 'SLA'
1206: ,p_entity_id => NULL
1207: ,p_event_id => NULL);
1208:

Line 1210: (p_location => 'xla_multiperiod_accounting_pkg.Transfer_To_GL');

1206: ,p_entity_id => NULL
1207: ,p_event_id => NULL);
1208:
1209: xla_exceptions_pkg.raise_message
1210: (p_location => 'xla_multiperiod_accounting_pkg.Transfer_To_GL');
1211: END Transfer_To_GL;
1212:
1213:
1214: --=============================================================================

Line 1231: END xla_multiperiod_accounting_pkg; -- end of package body

1227: IF NOT g_log_enabled THEN
1228: g_log_level := C_LEVEL_LOG_DISABLED;
1229: END IF;
1230:
1231: END xla_multiperiod_accounting_pkg; -- end of package body