DBA Data[Home] [Help]

APPS.ARI_UTILITIES dependencies on ARP_NOTES_PKG

Line 2295: arp_notes_pkg.insert_cover(

2291: IF l_notes IS NOT NULL THEN
2292: l_note_text := substrb(l_note_text || ' "' || l_notes || '"', 1, 2000);
2293: END IF;
2294:
2295: arp_notes_pkg.insert_cover(
2296: p_note_type => 'MAINTAIN',
2297: p_text => l_note_text,
2298: p_customer_call_id => null,
2299: p_customer_call_topic_id => null,