DBA Data[Home] [Help]

APPS.OE_BLANKET_UTIL dependencies on INV_CUSTOMER_ITEM_GRP

Line 9415: 1.call INV_CUSTOMER_ITEM_GRP.CI_Attribute_Value

9411: l_error_flag VARCHAR2(2000);
9412: l_error_message VARCHAR2(2000);
9413: BEGIN
9414: /*
9415: 1.call INV_CUSTOMER_ITEM_GRP.CI_Attribute_Value
9416: to get the inventory_item_id
9417: given the customer_item_id, and the new ship_from_org_id.
9418:
9419: 2.check the value of the inventory_item_id returned:

Line 9449: INV_CUSTOMER_ITEM_GRP.CI_Attribute_Value(

9445: END IF;
9446:
9447: oe_debug_pub.add('INVENTORY_ITEM_ID Before calling CI_Attribute_Value '
9448: ||to_char(p_x_line_rec.inventory_item_id), 1);
9449: INV_CUSTOMER_ITEM_GRP.CI_Attribute_Value(
9450: Z_Customer_Item_Id => p_x_line_rec.ordered_item_id
9451: , Z_Customer_Id => p_x_line_rec.sold_to_org_id
9452: , Z_Address_Id => l_address_id
9453: , Z_Organization_Id => nvl(p_x_line_rec.ship_from_org_id, OE_Sys_Parameters.value('MASTER_ORGANIZATION_ID'))