DBA Data[Home] [Help]

APPS.QP_SOURCING_API_PUB dependencies on QP_CATEGORY_MAPPING_RULE

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

238: IS
239: x_category_ids QP_Attr_Mapping_PUB.t_MultiRecord;
240: BEGIN
241: -- Exploded Category Ids to be picked in case on PLM and Sales n marketing.
242: x_category_ids := QP_CATEGORY_MAPPING_RULE.Get_Item_category(p_inventory_item_id);
243: RETURN(x_category_ids);
244:
245: END Get_Item_Category;
246: