DBA Data[Home] [Help]

APPS.ECEPOI dependencies on OE_DEBUG_PUB

Line 554: oe_debug_pub.add('Unable to get Item Description '||SQLERRM,1);

550: FROM mtl_system_items_vl sitems
551: WHERE sitems.inventory_item_id = p_inventory_item_id
552: AND sitems.organization_id = l_organization_id ;
553: WHEN OTHERS THEN
554: oe_debug_pub.add('Unable to get Item Description '||SQLERRM,1);
555: NULL;
556: END Get_Item_Description;
557:
558: END ECEPOI;