DBA Data[Home] [Help]

APPS.GR_REGIONS_PKG dependencies on GR_RECIPIENT_INFO

Line 604: FROM gr_recipient_info

600:
601: CURSOR c_get_recipient
602: IS
603: SELECT COUNT(*)
604: FROM gr_recipient_info
605: WHERE region_code = p_region_code;
606:
607: BEGIN
608:

Line 637: l_msg_data := l_msg_data || 'gr_recipient_info, ';

633: OPEN c_get_recipient;
634: FETCH c_get_recipient INTO l_record_count;
635: IF l_record_count <> 0 THEN
636: l_return_status := 'E';
637: l_msg_data := l_msg_data || 'gr_recipient_info, ';
638: END IF;
639: CLOSE c_get_recipient;
640:
641: /* Now sort out the error messaging */