DBA Data[Home] [Help]

APPS.OE_BLANKET_UTIL dependencies on INV_CUSTOMER_ITEM_GRP

Line 9218: 1.call INV_CUSTOMER_ITEM_GRP.CI_Attribute_Value

9214: l_error_flag VARCHAR2(2000);
9215: l_error_message VARCHAR2(2000);
9216: BEGIN
9217: /*
9218: 1.call INV_CUSTOMER_ITEM_GRP.CI_Attribute_Value
9219: to get the inventory_item_id
9220: given the customer_item_id, and the new ship_from_org_id.
9221:
9222: 2.check the value of the inventory_item_id returned:

Line 9252: INV_CUSTOMER_ITEM_GRP.CI_Attribute_Value(

9248: END IF;
9249:
9250: oe_debug_pub.add('INVENTORY_ITEM_ID Before calling CI_Attribute_Value '
9251: ||to_char(p_x_line_rec.inventory_item_id), 1);
9252: INV_CUSTOMER_ITEM_GRP.CI_Attribute_Value(
9253: Z_Customer_Item_Id => p_x_line_rec.ordered_item_id
9254: , Z_Customer_Id => p_x_line_rec.sold_to_org_id
9255: , Z_Address_Id => l_address_id
9256: , Z_Organization_Id => nvl(p_x_line_rec.ship_from_org_id, OE_Sys_Parameters.value('MASTER_ORGANIZATION_ID'))