DBA Data[Home] [Help]

APPS.QP_SOURCING_API_PUB dependencies on QP_CATEGORY_MAPPING_RULE

Line 234: x_category_ids := QP_CATEGORY_MAPPING_RULE.Get_Item_category(p_inventory_item_id);

230: IS
231: x_category_ids QP_Attr_Mapping_PUB.t_MultiRecord;
232: BEGIN
233: -- Exploded Category Ids to be picked in case on PLM and Sales n marketing.
234: x_category_ids := QP_CATEGORY_MAPPING_RULE.Get_Item_category(p_inventory_item_id);
235: RETURN(x_category_ids);
236:
237: END Get_Item_Category;
238: