DBA Data[Home] [Help]

APPS.XLA_FSAH_INT_PVT dependencies on XLA_FSAH_INT_PVT

Line 1: PACKAGE BODY xla_fsah_int_pvt AS

1: PACKAGE BODY xla_fsah_int_pvt AS
2: /* $Header: xlafsipvt.pkb 120.27.12010000.2 2009/08/05 11:41:49 karamakr noship $ */
3: /*================================================================================+
4: | FILENAME |
5: | xlafsipvt.pkb |

Line 8: | xla_fsah_int_pvt |

4: | FILENAME |
5: | xlafsipvt.pkb |
6: | |
7: | PACKAGE NAME |
8: | xla_fsah_int_pvt |
9: | |
10: | DESCRIPTION |
11: | This is a XLA private package, which contains all the fucntions and |
12: | procedures which required to update and reprocess the successfull and |

Line 36: | p_group_id :in parameter (xla_fsah_int_pvt.group_id) |

32: | p_ledger_short_name :in parameter |
33: | |
34: | SET_TRANSFER_STATUS |
35: | -------------------- |
36: | p_group_id :in parameter (xla_fsah_int_pvt.group_id) |
37: | p_batch_status :in parameter (F/S) |
38: | p_api_version :in parameter (Default API version 1.0) |
39: | p_return_status :out parameter (Use to Return Process Successfull Status) |
40: | p_msg_data :out parameter (Default API out to Error count) |

Line 123: := 'XLA.PLSQL.XLA_FSAH_INT_PVT';

119: c_level_error CONSTANT NUMBER := fnd_log.level_error;
120: c_level_unexpected CONSTANT NUMBER := fnd_log.level_unexpected;
121: c_level_log_disabled CONSTANT NUMBER := 99;
122: c_default_module CONSTANT VARCHAR2 (240)
123: := 'XLA.PLSQL.XLA_FSAH_INT_PVT';
124: --=============================================================================
125: -- *********** PRIVATE GLOBAL CONSTANT **********
126: --=============================================================================
127: c_status_final_code CONSTANT VARCHAR2 (1) := 'F';

Line 159: xla_exceptions_pkg.raise_message (p_location => 'XLA_FSAH_INT_PVT.TRACE'

155: THEN
156: RAISE;
157: WHEN OTHERS
158: THEN
159: xla_exceptions_pkg.raise_message (p_location => 'XLA_FSAH_INT_PVT.TRACE'
160: );
161: END TRACE;
162:
163: --=============================================================================

Line 320: xla_exceptions_pkg.raise_message (p_location => 'XLA_FSAH_INT_PVT.GET_HEADER_INFO'

316: THEN
317: CLOSE c_header;
318: END IF;
319:
320: xla_exceptions_pkg.raise_message (p_location => 'XLA_FSAH_INT_PVT.GET_HEADER_INFO'
321: );
322: END get_header_info;
323:
324: ------------------------------------------------------------------------------------

Line 417: xla_exceptions_pkg.raise_message (p_location => 'XLA_FSAH_INT_PVT.CREATE_REVERSAL_DISTR_LINK'

413: THEN
414: RAISE;
415: WHEN OTHERS
416: THEN
417: xla_exceptions_pkg.raise_message (p_location => 'XLA_FSAH_INT_PVT.CREATE_REVERSAL_DISTR_LINK'
418: );
419: END create_reversal_distr_link;
420:
421: --=============================================================================

Line 492: xla_exceptions_pkg.raise_message (p_location => 'XLA_FSAH_INT_PVT.GET_PERIOD_NAME'

488: THEN
489: CLOSE c;
490: END IF;
491:
492: xla_exceptions_pkg.raise_message (p_location => 'XLA_FSAH_INT_PVT.GET_PERIOD_NAME'
493: );
494: END get_period_name;
495:
496: --=============================================================================

Line 823: xla_exceptions_pkg.raise_message (p_location => 'XLA_FSAH_INT_PVT.CREATE_REVERSAL_ENTRY'

819: RAISE;
820: WHEN OTHERS
821: THEN
822: ROLLBACK;
823: xla_exceptions_pkg.raise_message (p_location => 'XLA_FSAH_INT_PVT.CREATE_REVERSAL_ENTRY'
824: );
825: END create_reversal_entry;
826:
827: /*=== LOGIC ====================================================================

Line 1506: xla_exceptions_pkg.raise_message (p_location => 'XLA_FSAH_INT_PVT.reverse_journal_entries'

1502:
1503: fnd_msg_pub.count_and_get (p_count => x_msg_count,
1504: p_data => x_msg_data
1505: );
1506: xla_exceptions_pkg.raise_message (p_location => 'XLA_FSAH_INT_PVT.reverse_journal_entries'
1507: );
1508: END reverse_journal_entries;
1509:
1510: -------------------------------------------------------------------------------

Line 1654: /* xla_exceptions_pkg.raise_message (p_location => 'XLA_FSAH_INT_PVT.rev_jour_entry'

1650: p_module => l_log_module,
1651: p_level => c_level_statement
1652: );
1653: END IF;
1654: /* xla_exceptions_pkg.raise_message (p_location => 'XLA_FSAH_INT_PVT.rev_jour_entry'
1655: );*/
1656: END rev_jour_entry;
1657:
1658: PROCEDURE rev_jour_entry_list (

Line 1870: xla_exceptions_pkg.raise_message (p_location => 'xla_fsah_int_pvt.set_group_id'

1866: /* p_err_message :=
1867: ' Application short name is not a Valid Value'
1868: || p_appl_short_name;*/
1869: l_group_id := -2;
1870: xla_exceptions_pkg.raise_message (p_location => 'xla_fsah_int_pvt.set_group_id'
1871: );
1872: END;
1873:
1874: BEGIN

Line 1888: xla_exceptions_pkg.raise_message (p_location => 'xla_fsah_int_pvt.Get_group_id'

1884: RAISE;
1885: WHEN OTHERS
1886: THEN
1887: l_group_id := -2;
1888: xla_exceptions_pkg.raise_message (p_location => 'xla_fsah_int_pvt.Get_group_id'
1889: );
1890: END;
1891:
1892: IF UPPER (l_ledger_status) = 'CONFIRMED'

Line 1990: xla_exceptions_pkg.raise_message (p_location => 'XLA_FSAH_INT_PVT.get_group_id'

1986: p_level => c_level_statement
1987: );
1988: END IF;
1989:
1990: xla_exceptions_pkg.raise_message (p_location => 'XLA_FSAH_INT_PVT.get_group_id'
1991: );
1992: END get_group_id;
1993:
1994: ----------------------------------------------------------------------------------

Line 2249: xla_exceptions_pkg.raise_message (p_location => 'xla_fsah_int_pvt.set_transfer_status'

2245: RAISE;
2246: WHEN OTHERS
2247: THEN
2248: NULL;
2249: xla_exceptions_pkg.raise_message (p_location => 'xla_fsah_int_pvt.set_transfer_status'
2250: );
2251: END set_transfer_status;
2252: BEGIN
2253: g_log_level := fnd_log.g_current_runtime_level;

Line 2262: END xla_fsah_int_pvt;

2258: IF NOT g_log_enabled
2259: THEN
2260: g_log_level := c_level_log_disabled;
2261: END IF;
2262: END xla_fsah_int_pvt;