DBA Data[Home] [Help]

APPS.EAM_MATERIAL_ALLOCATIONS_PVT dependencies on EAM_MATERIAL_ALLOCATIONS_PVT

Line 1: PACKAGE BODY eam_material_allocations_pvt AS

1: PACKAGE BODY eam_material_allocations_pvt AS
2: /* $Header: EAMMTALB.pls 115.1 2003/10/09 03:24:49 dgupta noship $*/
3:
4: /*
5: This package manages material allocations in MMTT, MTLT, MSNT along with related

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

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):= 'eam_material_allocations_pvt';
15: g_module_name CONSTANT VARCHAR2(60):= 'eam.plsql.' || g_pkg_name;
16:
17: --A helper function to fetch necessary information from MMTT for further processing.
18: function get_mmtt_info(

Line 669: END EAM_MATERIAL_ALLOCATIONS_PVT;

665: p_data => x_msg_data);
666: ROLLBACK to mark_lot_with_ser_temp_id;
667: end mark_lot_with_ser_temp_id;
668:
669: END EAM_MATERIAL_ALLOCATIONS_PVT;