DBA Data[Home] [Help]

APPS.ARI_UTILITIES dependencies on ARP_NOTES_PKG

Line 2911: arp_notes_pkg.insert_cover(

2907: IF l_notes IS NOT NULL THEN
2908: l_note_text := substrb(l_note_text || ' "' || l_notes || '"', 1, 2000);
2909: END IF;
2910:
2911: arp_notes_pkg.insert_cover(
2912: p_note_type => 'MAINTAIN',
2913: p_text => l_note_text,
2914: p_customer_call_id => null,
2915: p_customer_call_topic_id => null,