DBA Data[Home] [Help]

APPS.ECEPOI dependencies on OE_DEBUG_PUB

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

554: WHERE sitems.inventory_item_id = p_inventory_item_id
555: AND sitems.organization_id = l_organization_id ;
556: EXCEPTION
557: WHEN OTHERS THEN
558: oe_debug_pub.add('Unable to get Item Description '||SQLERRM,1);
559: NULL;
560: END; --bug7554911
561: WHEN OTHERS THEN
562: oe_debug_pub.add('Unable to get Item Description '||SQLERRM,1);

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

558: oe_debug_pub.add('Unable to get Item Description '||SQLERRM,1);
559: NULL;
560: END; --bug7554911
561: WHEN OTHERS THEN
562: oe_debug_pub.add('Unable to get Item Description '||SQLERRM,1);
563: NULL;
564: END Get_Item_Description;
565:
566: END ECEPOI;