DBA Data[Home] [Help]

APPS.GMIALLOC dependencies on GMIALLOC

Line 1: PACKAGE BODY GMIALLOC AS

1: PACKAGE BODY GMIALLOC AS
2: -- $Header: gmialocb.pls 115.6 2004/03/18 21:46:39 jsrivast noship $
3:
4: /* ========================================================
5: This package is only for the use of Inventory module

Line 45: G_PKG_NAME CONSTANT VARCHAR2(30):='GMIALLOC';

41: Reorganized the logic/code.
42: Allow OMSO allocations to be moved.
43: ================================================================== */
44: /* Global variables */
45: G_PKG_NAME CONSTANT VARCHAR2(30):='GMIALLOC';
46:
47: procedure update_pending_allocations
48: ( p_api_version IN NUMBER
49: ,p_init_msg_list IN VARCHAR2 DEFAULT FND_API.G_FALSE

Line 674: END GMIALLOC;

670: (p_count => x_msg_count, p_data => x_msg_data);
671:
672: END VALIDATE_MOVEALLOC_FORMASSMOVE;
673:
674: END GMIALLOC;
675: