DBA Data[Home] [Help]

APPS.EAM_MTL_TXN_PROCESS dependencies on EAM_MATERIAL_ALLOCATIONS_PVT

Line 785: eam_material_allocations_pvt.delete_allocation

781: open txn_temp_id_cur(p_trx_src_id,p_org_id,p_item_id,p_operation_seq_num);
782: loop
783: fetch txn_temp_id_cur into l_txn_temp_id;
784: exit when txn_temp_id_cur%notfound;
785: eam_material_allocations_pvt.delete_allocation
786: ( p_init_msg_list => FND_API.G_TRUE,
787: p_commit => FND_API.G_TRUE,
788: p_transaction_temp_id => l_txn_temp_id,
789: x_return_status => x_return_status,