DBA Data[Home] [Help]

APPS.GR_PHRASES_B_PKG dependencies on GR_ITEM_SAFETY_PHRASES

Line 1082: FROM gr_item_safety_phrases isp

1078: */
1079: CURSOR c_get_item_safety
1080: IS
1081: SELECT COUNT(*)
1082: FROM gr_item_safety_phrases isp
1083: WHERE isp.phrase_code = p_phrase_code;
1084:
1085: BEGIN
1086:

Line 1182: l_msg_data := l_msg_data || 'gr_item_safety_phrases, ';

1178: OPEN c_get_item_safety;
1179: FETCH c_get_item_safety INTO l_record_count;
1180: IF l_record_count <> 0 THEN
1181: l_return_status := 'E';
1182: l_msg_data := l_msg_data || 'gr_item_safety_phrases, ';
1183: END IF;
1184: CLOSE c_get_item_safety;
1185:
1186: /* Now sort out the error messaging */