DBA Data[Home] [Help]

APPS.GR_ITEM_GENERAL_PKG dependencies on GR_EMEA

Line 1220: FROM gr_emea em

1216:
1217: CURSOR c_get_emea
1218: IS
1219: SELECT COUNT(*)
1220: FROM gr_emea em
1221: WHERE em.item_code = p_item_code;
1222:
1223: /* Generic Items */
1224:

Line 1389: l_msg_data := l_msg_data || 'gr_emea, ';

1385: OPEN c_get_emea;
1386: FETCH c_get_emea INTO l_record_count;
1387: IF l_record_count <> 0 THEN
1388: l_return_status := 'E';
1389: l_msg_data := l_msg_data || 'gr_emea, ';
1390: END IF;
1391: CLOSE c_get_emea;
1392:
1393: /* Generic Items */