DBA Data[Home] [Help]

APPS.GR_EIN_NUMBERS_B_PKG dependencies on GR_EMEA

Line 596: FROM gr_emea

592:
593: CURSOR c_get_emea
594: IS
595: SELECT COUNT(*)
596: FROM gr_emea
597: WHERE european_index_number = p_european_index_number;
598: EmeaRecord c_get_emea%ROWTYPE;
599:
600: BEGIN

Line 616: l_msg_data := l_msg_data || ' gr_emea';

612: CLOSE c_get_emea;
613:
614: IF l_record_count <> 0 THEN
615: l_return_status := 'E';
616: l_msg_data := l_msg_data || ' gr_emea';
617: END IF;
618: /*
619: ** Now sort out the error messaging
620: */