DBA Data[Home] [Help]

APPS.GR_LABELS_B_PKG dependencies on GR_AUDIT

Line 1271: FROM gr_audit au

1267:
1268: CURSOR c_get_audit
1269: IS
1270: SELECT COUNT(*)
1271: FROM gr_audit au
1272: WHERE au.label_phrase_code = p_label_code;
1273:
1274: /* Country Profiles */
1275:

Line 1354: l_msg_data := l_msg_data || 'gr_audit, ';

1350: OPEN c_get_audit;
1351: FETCH c_get_audit INTO l_record_count;
1352: IF l_record_count <> 0 THEN
1353: l_return_status := 'E';
1354: l_msg_data := l_msg_data || 'gr_audit, ';
1355: END IF;
1356: CLOSE c_get_audit;
1357:
1358: /* Country Profiles */