DBA Data[Home] [Help]

APPS.BOM_COPY_BILL dependencies on EGO_ITEM_ORG_ASSIGN_PVT

Line 6584: ego_item_org_assign_pvt.process_org_assignments

6580: l_item_org_assign_tbl(l_item_count).ont_pricing_qty_source := item_rec.ont_pricing_qty_source;
6581: l_item_count := l_item_count + 1; -- As of now one item at a time
6582: END LOOP; -- FOR item_rec IN l_item_org_csr
6583: -- Call the Item's Org Assignment API for all the items together
6584: ego_item_org_assign_pvt.process_org_assignments
6585: ( p_item_org_assign_tab => l_item_org_assign_tbl
6586: ,p_commit => FND_API.G_FALSE
6587: ,p_context => 'BOM'
6588: ,x_return_status => l_return_status