DBA Data[Home] [Help]

APPS.INV_MATERIAL_STATUS_PUB dependencies on INV_MATERIAL_STATUS_PKG

Line 69: INV_MATERIAL_STATUS_PKG.Initialize_status_rec(l_status_rec);

65: end if;
66: end if;
67:
68: l_status_rec := p_status_rec;
69: INV_MATERIAL_STATUS_PKG.Initialize_status_rec(l_status_rec);
70:
71: if p_object_type = 'Z' then
72: update mtl_secondary_inventories
73: set status_id = l_status_rec.status_id

Line 151: INV_MATERIAL_STATUS_PKG.Insert_status_history(p_status_rec);

147: raise no_data_found;
148: end if;
149:
150: -- Insert the update history to the update status history table
151: INV_MATERIAL_STATUS_PKG.Insert_status_history(p_status_rec);
152:
153: if( p_commit = FND_API.G_TRUE ) Then
154: commit;
155: end if;