DBA Data[Home] [Help]

APPS.GMF_ALLOCATIONDEFINITION_PUB dependencies on GMF_ALLOCATIONDEFINITION_PUB

Line 1: PACKAGE BODY GMF_AllocationDefinition_PUB AS

1: PACKAGE BODY GMF_AllocationDefinition_PUB AS
2: /* $Header: GMFPALCB.pls 120.3 2005/12/06 04:30:23 jboppana noship $ */
3:
4: -- Start of comments
5: --+==========================================================================+

Line 11: --| Package Name : GMF_AllocationDefinition_PUB |

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

Line 12: --| API name : GMF_AllocationDefinition_PUB |

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

Line 127: G_PKG_NAME CONSTANT VARCHAR2(30) := 'GMF_AllocationDefinition_PUB';

123: );
124: --
125:
126: -- Global variables
127: G_PKG_NAME CONSTANT VARCHAR2(30) := 'GMF_AllocationDefinition_PUB';
128:
129: -- Bug 2659435
130: G_operation VARCHAR2(30); -- values will be Insert, Update or Delete
131: G_tmp BOOLEAN := FND_MSG_PUB.Check_Msg_Level(0) ; -- temp call to initialize the

Line 1906: END GMF_AllocationDefinition_PUB;

1902:
1903: END add_header_to_error_stack;
1904:
1905:
1906: END GMF_AllocationDefinition_PUB;