DBA Data[Home] [Help]

APPS.GR_DOCUMENT_CODES_PKG dependencies on GR_RECIPIENT_INFO

Line 1592: FROM gr_recipient_info

1588:
1589: CURSOR c_get_recipient_info
1590: IS
1591: SELECT COUNT(*)
1592: FROM gr_recipient_info
1593: WHERE document_code = p_document_code;
1594:
1595: BEGIN
1596:

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

1676: OPEN c_get_recipient_info;
1677: FETCH c_get_recipient_info INTO l_record_count;
1678: IF l_record_count <> 0 THEN
1679: l_return_status := 'E';
1680: l_msg_data := l_msg_data || 'gr_recipient_info, ';
1681: END IF;
1682: CLOSE c_get_recipient_info;
1683:
1684: /* Now sort out the error messaging */