DBA Data[Home] [Help]

APPS.GMF_BURDENDETAILS_PUB dependencies on GMF_BURDENDETAILS_PUB

Line 1: PACKAGE BODY GMF_BurdenDetails_PUB AS

1: PACKAGE BODY GMF_BurdenDetails_PUB AS
2: /* $Header: GMFPBRDB.pls 120.5.12010000.2 2008/10/30 21:18:26 pkanetka ship $ */
3:
4: -- Start of comments
5: --+==========================================================================+

Line 11: --| Package Name : GMF_BurdenDetails_PUB |

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

Line 12: --| API name : GMF_BurdenDetails_PUB |

8: --| All rights reserved. |
9: --+==========================================================================+
10: --| File Name : GMFPBRDB.pls |
11: --| Package Name : GMF_BurdenDetails_PUB |
12: --| API name : GMF_BurdenDetails_PUB |
13: --| Type : Public |
14: --| Pre-reqs : N/A |
15: --| Function : Burden Details creation, updatation and deletion. |
16: --| |

Line 105: G_PKG_NAME CONSTANT VARCHAR2(30) := 'GMF_BurdenDetails_PUB';

101: );
102: --
103:
104: -- Global variables
105: G_PKG_NAME CONSTANT VARCHAR2(30) := 'GMF_BurdenDetails_PUB';
106:
107: -- Bug 2659435
108: G_tmp BOOLEAN := FND_MSG_PUB.Check_Msg_Level(0) ; -- temp call to initialize the
109: -- msg level threshhold gobal

Line 2365: END GMF_BurdenDetails_PUB;

2361: END IF;
2362:
2363: END add_header_to_error_stack;
2364:
2365: END GMF_BurdenDetails_PUB;