DBA Data[Home] [Help]

APPS.GMF_ALLOCATIONDEFINITION_PVT dependencies on GMF_ALLOCATIONDEFINITION_PVT

Line 1: PACKAGE BODY GMF_AllocationDefinition_PVT AS

1: PACKAGE BODY GMF_AllocationDefinition_PVT AS
2: /* $Header: GMFVALCB.pls 120.2 2005/11/02 04:19:16 jboppana noship $ */
3:
4: -- Start of comments
5: --+==========================================================================+

Line 11: --| Package Name : GMF_AllocationDefinition_PVT |

7: --| Redwood Shores, CA, USA |
8: --| All rights reserved. |
9: --+==========================================================================+
10: --| File Name : GMFPALCS.pls |
11: --| Package Name : GMF_AllocationDefinition_PVT |
12: --| API name : GMF_AllocationDefinition_PVT |
13: --| Type : Private |
14: --| Pre-reqs : N/A |
15: --| Function : Allocation Definition creation, updatation and |

Line 12: --| API name : GMF_AllocationDefinition_PVT |

8: --| All rights reserved. |
9: --+==========================================================================+
10: --| File Name : GMFPALCS.pls |
11: --| Package Name : GMF_AllocationDefinition_PVT |
12: --| API name : GMF_AllocationDefinition_PVT |
13: --| Type : Private |
14: --| Pre-reqs : N/A |
15: --| Function : Allocation Definition creation, updatation and |
16: --| deletetion. |

Line 48: G_PKG_NAME CONSTANT VARCHAR2(30) := 'GMF_AllocationDefinition_PVT';

44: --+==========================================================================+
45: -- End of comments
46:
47: -- Global variables
48: G_PKG_NAME CONSTANT VARCHAR2(30) := 'GMF_AllocationDefinition_PVT';
49:
50: G_debug_level NUMBER(2) := FND_MSG_PUB.G_Msg_Level_Threshold; -- Use this variable everywhere
51: -- to decide to log a debug msg.
52:

Line 440: END GMF_AllocationDefinition_PVT;

436: -- END IF;
437:
438: END log_msg ;
439:
440: END GMF_AllocationDefinition_PVT;