DBA Data[Home] [Help]

APPS.IBE_QUOTE_MISC_PVT dependencies on INV_CUSTOMER_ITEM_GRP

Line 2393: INV_CUSTOMER_ITEM_GRP.CI_Attribute_Value(

2389: IF p_cust_item_number_tbl(i) IS NOT NULL THEN
2390: --inv_debug.message('ssia', 'p_cust_item_number is ' || p_cust_item_number_tbl(i));
2391:
2392: -- get inventory_item_id for each customer_item_number
2393: INV_CUSTOMER_ITEM_GRP.CI_Attribute_Value(
2394: z_customer_id => p_cust_id ,
2395: z_customer_item_number => p_cust_item_number_tbl(i),
2396: z_organization_id => p_organization_id ,
2397: attribute_name => 'INVENTORY_ITEM_ID' ,

Line 2405: --inv_debug.message('ssia', 'got error from inv_customer_item_grp');

2401: attribute_value => l_attribute_value
2402: );
2403:
2404: IF l_error_flag = 'Y' THEN
2405: --inv_debug.message('ssia', 'got error from inv_customer_item_grp');
2406: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
2407: FND_Message.Set_Name('IBE', 'IBE_SC_INV_CUSTOM_ITEM_ERROR');
2408: FND_Message.Set_Token('INVMSG', l_error_message);
2409: FND_MSG_PUB.Add;