DBA Data[Home] [Help]

APPS.GR_LABELS_B_PKG dependencies on GR_AUDIT

Line 1264: FROM gr_audit au

1260:
1261: CURSOR c_get_audit
1262: IS
1263: SELECT COUNT(*)
1264: FROM gr_audit au
1265: WHERE au.label_phrase_code = p_label_code;
1266:
1267: /* Country Profiles */
1268:

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

1343: OPEN c_get_audit;
1344: FETCH c_get_audit INTO l_record_count;
1345: IF l_record_count <> 0 THEN
1346: l_return_status := 'E';
1347: l_msg_data := l_msg_data || 'gr_audit, ';
1348: END IF;
1349: CLOSE c_get_audit;
1350:
1351: /* Country Profiles */