DBA Data[Home] [Help]

APPS.BOM_COPY_BILL dependencies on EGO_ITEM_ORG_ASSIGN_PVT

Line 6680: ego_item_org_assign_pvt.process_org_assignments

6676: l_item_org_assign_tbl(l_item_count).ont_pricing_qty_source := item_rec.ont_pricing_qty_source;
6677: l_item_count := l_item_count + 1; -- As of now one item at a time
6678: END LOOP; -- FOR item_rec IN l_item_org_csr
6679: -- Call the Item's Org Assignment API for all the items together
6680: ego_item_org_assign_pvt.process_org_assignments
6681: ( p_item_org_assign_tab => l_item_org_assign_tbl
6682: ,p_commit => FND_API.G_FALSE
6683: ,p_context => 'BOM'
6684: ,x_return_status => l_return_status