DBA Data[Home] [Help]

APPS.GMF_PERIODCLOSE_PVT dependencies on GMF_PERIODCLOSE_PVT

Line 1: PACKAGE BODY GMF_PeriodClose_PVT AS

1: PACKAGE BODY GMF_PeriodClose_PVT AS
2: /* $Header: GMFVIAPB.pls 120.14.12020000.2 2012/07/24 15:03:04 spabolu ship $ */
3: /*======================================================================+
4: | Copyright (c) 2005 Oracle Corporation |
5: | Redwood Shores, CA, USA |

Line 9: | GMF_PeriodClose_PVT |

5: | Redwood Shores, CA, USA |
6: | All rights reserved. |
7: +=======================================================================+
8: | PACKAGE NAME |
9: | GMF_PeriodClose_PVT |
10: | |
11: | DESCRIPTION |
12: | Period Close Private API for Process Organizations |
13: | Generates period ending balances for process organizations |

Line 24: C_MODULE CONSTANT VARCHAR2(80) := 'gmf.plsql.gmf_periodclose_pvt';

20: | tracked subinventory txns from MMT / MTLN while rollbacking the txns.|
21: +======================================================================*/
22:
23: /* Package Level Constants */
24: C_MODULE CONSTANT VARCHAR2(80) := 'gmf.plsql.gmf_periodclose_pvt';
25:
26: C_LOG_FILE CONSTANT NUMBER(1) := 1;
27: C_OUT_FILE CONSTANT NUMBER(1) := 2;
28:

Line 1249: END GMF_PeriodClose_PVT;

1245:
1246: END Compile_Period_Balances_LE;
1247:
1248:
1249: END GMF_PeriodClose_PVT;