DBA Data[Home] [Help]

APPS.INV_MATERIAL_ALLOCATIONS_GRP dependencies on INV_MATERIAL_ALLOCATIONS_GRP

Line 1: PACKAGE BODY inv_material_allocations_grp AS

1: PACKAGE BODY inv_material_allocations_grp AS
2: /* $Header: INVMTALB.pls 120.2 2008/04/01 10:46:52 ksivasa ship $*/
3:
4: /*
5: This package manages material allocations in MMTT, MTLT, MSNT along with related

Line 14: g_pkg_name CONSTANT VARCHAR2(50):= 'inv_material_allocations_grp';

10: not exercised in calling them in conjunction, the state of allocations
11: can become invalid.
12: */
13:
14: g_pkg_name CONSTANT VARCHAR2(50):= 'inv_material_allocations_grp';
15: g_module_name CONSTANT VARCHAR2(60):= 'inv.plsql.' || g_pkg_name;
16:
17: --A helper function to fetch necessary information from MMTT for further processing.
18: function get_mmtt_info(

Line 724: END INV_MATERIAL_ALLOCATIONS_GRP;

720: p_data => x_msg_data);
721: ROLLBACK to mark_lot_with_ser_temp_id;
722: end mark_lot_with_ser_temp_id;
723:
724: END INV_MATERIAL_ALLOCATIONS_GRP;