DBA Data[Home] [Help]

APPS.OE_BULK_PROCESS_LINE dependencies on INV_CUSTOMER_ITEM_GRP

Line 622: INV_CUSTOMER_ITEM_GRP.CI_Attribute_Value(

618: OE_BULK_MSG_PUB.Add;
619: RAISE FND_API.G_EXC_ERROR;
620: END IF;
621:
622: INV_CUSTOMER_ITEM_GRP.CI_Attribute_Value(
623: Z_Customer_Item_Id => p_line_rec.ordered_item_id(p_index)
624: , Z_Customer_Id => p_line_rec.sold_to_org_id(p_index)
625: , Z_Customer_Item_Number => p_line_rec.ordered_item(p_index)
626: , Z_Organization_Id => nvl(p_line_rec.ship_from_org_id(p_index)

Line 646: INV_CUSTOMER_ITEM_GRP.CI_Attribute_Value(

642: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE', l_error_message);
643: OE_BULK_MSG_PUB.Add;
644: END IF;
645:
646: INV_CUSTOMER_ITEM_GRP.CI_Attribute_Value(
647: Z_Customer_Item_Id => p_line_rec.ordered_item_id(p_index)
648: , Z_Customer_Id => p_line_rec.sold_to_org_id(p_index)
649: , Z_Customer_Item_Number => p_line_rec.ordered_item(p_index)
650: , Z_Organization_Id => nvl(p_line_rec.ship_from_org_id(p_index)