DBA Data[Home] [Help]

APPS.OE_BULK_PROCESS_LINE dependencies on INV_CUSTOMER_ITEM_GRP

Line 648: INV_CUSTOMER_ITEM_GRP.CI_Attribute_Value(

644: OE_BULK_MSG_PUB.Add;
645: RAISE FND_API.G_EXC_ERROR;
646: END IF;
647:
648: INV_CUSTOMER_ITEM_GRP.CI_Attribute_Value(
649: Z_Customer_Item_Id => p_line_rec.ordered_item_id(p_index)
650: , Z_Customer_Id => p_line_rec.sold_to_org_id(p_index)
651: , Z_Customer_Item_Number => p_line_rec.ordered_item(p_index)
652: , Z_Organization_Id => nvl(p_line_rec.ship_from_org_id(p_index)

Line 672: INV_CUSTOMER_ITEM_GRP.CI_Attribute_Value(

668: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE', l_error_message);
669: OE_BULK_MSG_PUB.Add;
670: END IF;
671:
672: INV_CUSTOMER_ITEM_GRP.CI_Attribute_Value(
673: Z_Customer_Item_Id => p_line_rec.ordered_item_id(p_index)
674: , Z_Customer_Id => p_line_rec.sold_to_org_id(p_index)
675: , Z_Customer_Item_Number => p_line_rec.ordered_item(p_index)
676: , Z_Organization_Id => nvl(p_line_rec.ship_from_org_id(p_index)