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.6.12010000.3 2009/01/13 11:54:23 mpuranik 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 996: ,'> INV_MGD_PRD_CONTROL_MEDIATOR.Period_Control '

992:
993: IF G_DEBUG = 'Y' THEN
994: INV_ORGHIERARCHY_PVT.Log
995: (INV_ORGHIERARCHY_PVT.G_LOG_PROCEDURE
996: ,'> INV_MGD_PRD_CONTROL_MEDIATOR.Period_Control '
997: );
998: END IF;
999: -- Following validation block which was introduced during bug 3904824
1000: -- has been commented during fix 4457006 because 11.5.10 CU2 onwards, scheduling can be

Line 2497: ,'< INV_MGD_PRD_CONTROL_MEDIATOR.Period_Control '

2493:
2494: IF G_DEBUG = 'Y' THEN
2495: INV_ORGHIERARCHY_PVT.Log
2496: (INV_ORGHIERARCHY_PVT.G_LOG_PROCEDURE
2497: ,'< INV_MGD_PRD_CONTROL_MEDIATOR.Period_Control '
2498: );
2499: END IF;
2500:
2501: IF l_closed_if_res_recmd = 1 THEN

Line 2546: END INV_MGD_PRD_CONTROL_MEDIATOR ;

2542: RAISE;
2543:
2544: END Period_Control ;
2545:
2546: END INV_MGD_PRD_CONTROL_MEDIATOR ;
2547: