DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on INV_CUSTOMER_ITEM_GRP

Line 15644: 1.call INV_CUSTOMER_ITEM_GRP.CI_Attribute_Value

15640: l_error_message VARCHAR2(2000);
15641: BEGIN
15642:
15643: /*
15644: 1.call INV_CUSTOMER_ITEM_GRP.CI_Attribute_Value
15645: to get the inventory_item_id
15646: given the customer_item_id, and the new ship_from_org_id.
15647:
15648: 2.check the value of the inventory_item_id returned:

Line 15688: INV_CUSTOMER_ITEM_GRP.CI_Attribute_Value(

15684: END IF;
15685:
15686: oe_debug_pub.add('INVENTORY_ITEM_ID Before calling CI_Attribute_Value '
15687: ||to_char(p_x_line_rec.inventory_item_id), 1);
15688: INV_CUSTOMER_ITEM_GRP.CI_Attribute_Value(
15689: Z_Customer_Item_Id => p_x_line_rec.ordered_item_id
15690: , Z_Customer_Id => p_x_line_rec.sold_to_org_id
15691: , Z_Address_Id => l_address_id
15692: , Z_Organization_Id => nvl(p_x_line_rec.ship_from_org_id, OE_Sys_Parameters.value('MASTER_ORGANIZATION_ID'))