DBA Data[Home] [Help]

APPS.INV_MGD_PRD_CONTROL_MEDIATOR dependencies on INV_MGD_PRD_CONTROL_MEDIATOR

Line 1: PACKAGE BODY INV_MGD_PRD_CONTROL_MEDIATOR AS

1: PACKAGE BODY INV_MGD_PRD_CONTROL_MEDIATOR AS
2: /* $Header: INVMOCLB.pls 120.12.12020000.2 2012/07/09 08:09:14 asugandh ship $ */
3: --+=======================================================================+
4: --| Copyright (c) 2000 Oracle Corporation |
5: --| Redwood Shores, CA, USA |

Line 12: --| Specification of INV_MGD_PRD_CONTROL_MEDIATOR |

8: --| FILENAME |
9: --| INVMOCLB.pls |
10: --| |
11: --| DESCRIPTION |
12: --| Specification of INV_MGD_PRD_CONTROL_MEDIATOR |
13: --| |
14: --| HISTORY |
15: --| 25-Sep-2000 rajkrish Created |
16: --| 24-Jan-2001 rajkrish Updated Request |

Line 87: G_PKG_NAME CONSTANT VARCHAR2(30) := 'INV_MGD_PRD_CONTROL_MEDIATOR';

83: --| 09-Sep-2005 myerrams Modified the call to close_period procedure|
84: --| as per procedure signature in |
85: --| CST_AccountingPeriod_PUB. Bug: 4599201 |
86: --+=======================================================================+
87: G_PKG_NAME CONSTANT VARCHAR2(30) := 'INV_MGD_PRD_CONTROL_MEDIATOR';
88: g_log_level NUMBER := NULL;
89:
90: /* Variable g_log_mode is commented becasue it is no more in use.
91: It was done during bug:3638081 fix to resolve GSCC warning

Line 1010: ,'> INV_MGD_PRD_CONTROL_MEDIATOR.Period_Control '

1006:
1007: IF G_DEBUG = 'Y' THEN
1008: INV_ORGHIERARCHY_PVT.Log
1009: (INV_ORGHIERARCHY_PVT.G_LOG_PROCEDURE
1010: ,'> INV_MGD_PRD_CONTROL_MEDIATOR.Period_Control '
1011: );
1012: END IF;
1013: -- Following validation block which was introduced during bug 3904824
1014: -- has been commented during fix 4457006 because 11.5.10 CU2 onwards, scheduling can be

Line 2700: ,'< INV_MGD_PRD_CONTROL_MEDIATOR.Period_Control '

2696:
2697: IF G_DEBUG = 'Y' THEN
2698: INV_ORGHIERARCHY_PVT.Log
2699: (INV_ORGHIERARCHY_PVT.G_LOG_PROCEDURE
2700: ,'< INV_MGD_PRD_CONTROL_MEDIATOR.Period_Control '
2701: );
2702: END IF;
2703:
2704: IF l_closed_if_res_recmd = 1 THEN

Line 2749: END INV_MGD_PRD_CONTROL_MEDIATOR ;

2745: RAISE;
2746:
2747: END Period_Control ;
2748:
2749: END INV_MGD_PRD_CONTROL_MEDIATOR ;
2750: