DBA Data[Home] [Help]

APPS.GMF_ITEMCOST_PUB dependencies on GMF_ITEMCOST_PUB

Line 1: PACKAGE BODY GMF_ITEMCOST_PUB AS

1: PACKAGE BODY GMF_ITEMCOST_PUB AS
2: /* $Header: GMFPCSTB.pls 120.2.12000000.3 2007/05/11 17:46:25 pmarada ship $ */
3:
4: /*******************
5: * Global variables *

Line 7: G_PKG_NAME CONSTANT VARCHAR2(30) := 'GMF_ItemCost_PUB';

3:
4: /*******************
5: * Global variables *
6: *******************/
7: G_PKG_NAME CONSTANT VARCHAR2(30) := 'GMF_ItemCost_PUB';
8: G_tmp BOOLEAN := FND_MSG_PUB.Check_Msg_Level(0) ;
9: G_debug_level NUMBER(2) := FND_MSG_PUB.G_Msg_Level_Threshold;
10: G_header_logged VARCHAR2(1);
11:

Line 94: --| Package Name : GMF_ItemCost_PUB |

90: --| Redwood Shores, CA, USA |
91: --| All rights reserved. |
92: --+==========================================================================+
93: --| File Name : GMFPCSTB.pls |
94: --| Package Name : GMF_ItemCost_PUB |
95: --| API name : GMF_ItemCost_PUB |
96: --| Type : Public |
97: --| Pre-reqs : N/A |
98: --| Function : Item Cost creation, updatation and deletion. |

Line 95: --| API name : GMF_ItemCost_PUB |

91: --| All rights reserved. |
92: --+==========================================================================+
93: --| File Name : GMFPCSTB.pls |
94: --| Package Name : GMF_ItemCost_PUB |
95: --| API name : GMF_ItemCost_PUB |
96: --| Type : Public |
97: --| Pre-reqs : N/A |
98: --| Function : Item Cost creation, updatation and deletion. |
99: --| |

Line 2262: END GMF_ITEMCOST_PUB;

2258: p_data => x_msg_data
2259: );
2260: END GET_ITEM_COST;
2261:
2262: END GMF_ITEMCOST_PUB;